diff Discovery/Inc/externLogbookFlash.h @ 556:eb2060caca7d

Switch source of o2 sensor data depending on availability of external ADC: Dependig on the HW configuration provided by RTE the data vields for o2 voltage values are derived from the optical or the external ADC interface. TODO: Add manual selection to O2 menu to enable manuel switching.
author Ideenmodellierer
date Thu, 12 Nov 2020 19:54:58 +0100
parents 538eb1c976e9
children
line wrap: on
line diff
--- a/Discovery/Inc/externLogbookFlash.h	Thu Nov 12 19:48:28 2020 +0100
+++ b/Discovery/Inc/externLogbookFlash.h	Thu Nov 12 19:54:58 2020 +0100
@@ -166,7 +166,7 @@
 
 uint16_t ext_flash_repair_SPECIAL_dive_numbers_starting_count_with(uint16_t startCount);
 
-uint32_t ext_flash_AnalyseSampleBuffer(char *pstrResult);
+uint32_t ext_flash_AnalyseSampleBuffer(void);
 void ext_flash_CloseSector(void);
 
 uint32_t ext_flash_read_profilelength_small_header(uint32_t smallHeaderAddr);