summaryrefslogtreecommitdiffhomepage
path: root/digital/mimot/src/dirty/simu.host.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/mimot/src/dirty/simu.host.c')
-rw-r--r--digital/mimot/src/dirty/simu.host.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/mimot/src/dirty/simu.host.c b/digital/mimot/src/dirty/simu.host.c
index c4ac5026..7ee2c544 100644
--- a/digital/mimot/src/dirty/simu.host.c
+++ b/digital/mimot/src/dirty/simu.host.c
@@ -48,6 +48,9 @@
/** Simulate some AVR regs. */
uint8_t PORTB, PORTC, PORTD, PINC;
+/** Index of loaded eeprom block. */
+int8_t eeprom_loaded = -1;
+
/* Robot model. */
const struct robot_t *simu_robot;