diff --git a/src/mem.c b/src/mem.c
index 55ed3b12099239c337fd70edad31678be8173d74..8a958f93cab4fe9f98be72d4b752a20ba47fc4de 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -22,7 +22,7 @@ uint8_t ram_data[RAM_SIZE];
 #endif 
 
 // Dynamixel EEPROM variables
-uint8_t EEMEM eeprom_data[17]={0x1C,0x00,0x00,0xC0,0x01,0xFA,PERIPHERALS,0x13,0x14,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x02};
+uint8_t EEMEM eeprom_data[17]={0x1C,0x00,0x00,0x1E,0x01,0xFA,PERIPHERALS,0x13,0x14,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x02};
 
 void ram_init(void)
 {