From ff06b1af64d4b6b0d499db2cbe1cd2545f92e8ef Mon Sep 17 00:00:00 2001 From: phl0 Date: Sat, 16 Apr 2016 22:04:23 +0200 Subject: [PATCH] Corrected typo --- TFTSerial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TFTSerial.cpp b/TFTSerial.cpp index 749c089..0a1bb0a 100644 --- a/TFTSerial.cpp +++ b/TFTSerial.cpp @@ -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);