diff Discovery/Inc/externLogbookFlash.h @ 461:b3f684cea9c0

Merged in Ideenmodellierer/ostc4/minor_improvments (pull request #41) Minor improvments
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Mon, 30 Mar 2020 13:16:11 +0000
parents 1c0b911c367f
children e4f6afd9c96b
line wrap: on
line diff
--- a/Discovery/Inc/externLogbookFlash.h	Sun Mar 01 10:06:45 2020 +0100
+++ b/Discovery/Inc/externLogbookFlash.h	Mon Mar 30 13:16:11 2020 +0000
@@ -149,7 +149,7 @@
 void ext_flash_enable_protection(void);
 
 void ext_flash_read_block_start(void);
-
+uint8_t ext_dive_log_consistent(void);
 void ext_flash_repair_dive_log(void);
 
 uint8_t ext_flash_erase_firmware_if_not_empty(void);
@@ -165,5 +165,6 @@
 
 uint32_t ext_flash_AnalyseSampleBuffer(char *pstrResult);
 void ext_flash_CloseSector(void);
+void ext_flash_invalidate_sample_index(uint32_t sectorStart);
 
 #endif /* EXTERN_LOGBOOK_FLASH_H */