altos: Handle flight_log_max not being multiple of ao_storage_block
[fw/altos] / src / kernel / ao_log.h
index 1c0ba4e3cf8c766049e42b44aa2478b8160c6e35..8fe8b701c291a54af52c8e4864e824994d259ced 100644 (file)
@@ -96,10 +96,6 @@ ao_log(void);
 uint8_t
 ao_log_scan(void);
 
-/* Return the position of the start of the given log slot */
-uint32_t
-ao_log_pos(uint8_t slot);
-
 /* Start logging to eeprom */
 void
 ao_log_start(void);