Add source identifier to D-Star output on HD44780

This commit is contained in:
phl0
2016-04-12 00:12:07 +02:00
parent e62ff87811
commit 975edd2dea
10 changed files with 13 additions and 13 deletions

View File

@@ -142,7 +142,7 @@ void CTFTSerial::setLockout()
m_mode = MODE_LOCKOUT;
}
void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your)
void CTFTSerial::writeDStar(const char* my1, const char* my2, const char* your, const char* type)
{
assert(my1 != NULL);
assert(my2 != NULL);