imuboard: add a command to reset eeprom
[fpv.git] / imuboard / eeprom_config.h
index 7aff867..3f9fe68 100644 (file)
@@ -44,5 +44,6 @@ void eeprom_dump_cmds(void);
 int8_t eeprom_insert_cmd_before(const char *str, uint8_t n);
 int8_t eeprom_append_cmd(const char *str);
 int8_t eeprom_delete_cmd(uint8_t n);
+void eeprom_reset(void);
 
 #endif