From 5e94f0bb81816a0cf2c3878ba6d4c49e9bb4f94c Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Fri, 15 Oct 2021 23:32:20 -0500 Subject: [PATCH] correct eeprom command change reload command to the correct value --- soes/esc_eep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soes/esc_eep.h b/soes/esc_eep.h index b94f3d4..3c167c9 100644 --- a/soes/esc_eep.h +++ b/soes/esc_eep.h @@ -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