Update LibTeleinfo.cpp

spelling correction checksum variable
This commit is contained in:
Yogui79 2018-01-22 16:06:14 +01:00 committed by GitHub
parent ee5e5ddfc3
commit 973977b304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ ValueList * TInfo::valueAdd(char * name, char * value, uint8_t checksum, uint8_t
TI_Debug('=');
TI_Debug(value);
TI_Debug(F(" '"));
TI_Debug((char) cheksum);
TI_Debug((char) checksum);
TI_Debug(F("' Not added bad checksum calculated '"));
TI_Debug((char) thischeck);
TI_Debugln(F("'"));
@ -290,7 +290,7 @@ ValueList * TInfo::valueAdd(char * name, char * value, uint8_t checksum, uint8_t
TI_Debug('=');
TI_Debug(value);
TI_Debug(F("' '"));
TI_Debug((char) cheksum);
TI_Debug((char) checksum);
TI_Debugln(F("'"));
// return pointer on the new node