Skip to content

Commit

Permalink
Fixing compiler warning (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kg333 authored and johnboiles committed Feb 10, 2019
1 parent a00230f commit f5614e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Expand Up @@ -306,6 +306,7 @@ bool parseRoombaStateFromStreamPacket(uint8_t *packet, int length, RoombaState *
break;
}
}
return true;
}

void verboseLogPacket(uint8_t *packet, uint8_t length) {
Expand Down

0 comments on commit f5614e7

Please sign in to comment.