Fix minor compiler warnings in examples

This commit is contained in:
PaulStoffregen
2017-09-04 20:48:37 -07:00
parent 47aadf559d
commit 1154607b69
3 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ int toggle = 0; // The RC5/6 toggle state
// Most of this code is just logging
void storeCode(decode_results *results) {
codeType = results->decode_type;
int count = results->rawlen;
//int count = results->rawlen;
if (codeType == UNKNOWN) {
Serial.println("Received unknown code, saving as raw");
codeLen = results->rawlen - 1;