Mercurial > public > ostc4
changeset 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 | b1091e183d52 |
children | 7f351c25608a |
files | Discovery/Inc/externLogbookFlash.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);