mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-15 00:12:07 +00:00
Fix undefined return value
This commit is contained in:
parent
5f376ded75
commit
bb31e57fc2
@ -56,6 +56,8 @@ bool HanReader::read(byte data)
|
||||
if (debug) debug->println(listSize);
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void HanReader::debugPrint(byte *buffer, int start, int length)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user