mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-20 06:24:15 +01:00
Corrected typo
This commit is contained in:
parent
4c86422da3
commit
ff06b1af64
|
|
@ -142,7 +142,7 @@ void CTFTSerial::setLockout()
|
|||
m_mode = MODE_LOCKOUT;
|
||||
}
|
||||
|
||||
void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your, const char* type. const char* reflector)
|
||||
void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your, const char* type, const char* reflector)
|
||||
{
|
||||
assert(my1 != NULL);
|
||||
assert(my2 != NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue