Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloP74 authored Apr 18, 2019
1 parent 67ab6c9 commit 4abc28d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/eepromReadWrite/eepromReadWrite.ino
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ void parse(char inChar)
const char addr_len = 5;
char addr_char[addr_len] = "";
const char data_len = 3;
char data_char[data_len] = "";
char size_char[data_len] = "";
char inc = 0, i = 0, j = 0;
unsigned char inc = 0, i = 0, j = 0;

switch (inChar) {
case 'a':
Expand Down

0 comments on commit 4abc28d

Please sign in to comment.