Skip to content

Commit

Permalink
Fix typo (crankyoldgit#317)
Browse files Browse the repository at this point in the history
* fix typo
  • Loading branch information
molyb authored and crankyoldgit committed Oct 9, 2017
1 parent 9bc6dfb commit 2c24c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/IRrecvDump/IRrecvDump.ino
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void dump(decode_results *results) {
Serial.print((uint32_t) results->rawbuf[i] * RAWTICK, DEC);
}
}
Serial.println("};")
Serial.println("};");
}

void loop() {
Expand Down

0 comments on commit 2c24c15

Please sign in to comment.