mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-18 20:09:36 +00:00
Fixed all build warnings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "LlcParser.h"
|
||||
|
||||
int8_t LLCParser::parse(uint8_t *buf, DataParserContext &ctx) {
|
||||
LLCHeader* llc = (LLCHeader*) buf;
|
||||
ctx.length -= 3;
|
||||
return 3;
|
||||
}
|
||||
Reference in New Issue
Block a user