correct eeprom command

change reload command to the correct value
pull/105/head
Juan Leyva 2021-10-15 23:32:20 -05:00 committed by Juan Leyva
parent ff6be22c80
commit cd12c0d156
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