Mercurial > public > ostc4
diff Discovery/Inc/externLogbookFlash.h @ 428:0e5341951079 ImprovmentNVM_2
Activated ringbuffer for settings:
Updated Headerfile with new parameter
author | ideenmodellierer |
---|---|
date | Mon, 17 Feb 2020 19:04:10 +0100 |
parents | 86fcac4cc43a |
children | 1c0b911c367f |
line wrap: on
line diff
--- a/Discovery/Inc/externLogbookFlash.h Sun Feb 16 22:04:52 2020 +0100 +++ b/Discovery/Inc/externLogbookFlash.h Mon Feb 17 19:04:10 2020 +0100 @@ -108,7 +108,7 @@ } convert16_Type; /* Exported functions --------------------------------------------------------*/ -void ext_flash_write_settings(void); +void ext_flash_write_settings(uint8_t resetRing); uint8_t ext_flash_read_settings(void); void ext_flash_write_devicedata(uint8_t resetRing);