correct eeprom command

change reload command to the correct value
pull/105/head^2
Juan Leyva 2021-10-15 23:32:20 -05:00
parent 4549d0af9a
commit 5e94f0bb81
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define EEP_CMD_IDLE 0x0
#define EEP_CMD_READ 0x1
#define EEP_CMD_WRITE 0x2
#define EEP_CMD_RELOAD 0x3
#define EEP_CMD_RELOAD 0x4
/* read/write size */
#define EEP_READ_SIZE 8