diff Small_CPU/Inc/uart.h @ 988:d9290c76b840 GasConsumption

OSTC4/5 joined code: In the previous version code differences between OSTC4/5 were identified using the ENABLE_GPIO_V2 compiler switch. In the new version this is done using the display version as indicator which OSTC model is in used. Since this is detected by Firmware the information is forwarded from there to the RTE. This causes a little delay in the GPIO initialization but this applies only to the cold start of the RTE which should not happen very often.
author ideenmodellierer
date Sun, 06 Apr 2025 21:02:17 +0200 (3 weeks ago)
parents 0b81ac558e89
children
line wrap: on
line diff
--- a/Small_CPU/Inc/uart.h	Sat Mar 29 14:56:08 2025 +0100
+++ b/Small_CPU/Inc/uart.h	Sun Apr 06 21:02:17 2025 +0200
@@ -68,7 +68,7 @@
 void DigitalCO2_SendCmd(uint8_t CO2Cmd, uint8_t *cmdString, uint8_t *cmdLength);
 #endif
 
-#ifdef ENABLE_GNSS_SUPPORT
+#ifdef ENABLE_GNSS_EXTERN
 void UART_HandleGnssData(void);
 #endif
 #ifdef ENABLE_SENTINEL_MODE