diff Small_CPU/Src/uartProtocol_GNSS.c @ 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 (11 days ago)
parents 9b29995d6619
children
line wrap: on
line diff
--- a/Small_CPU/Src/uartProtocol_GNSS.c	Sat Mar 29 14:56:08 2025 +0100
+++ b/Small_CPU/Src/uartProtocol_GNSS.c	Sun Apr 06 21:02:17 2025 +0200
@@ -28,7 +28,7 @@
 #include "externalInterface.h"
 
 
-#if defined ENABLE_GNSS || defined ENABLE_GNSS_SUPPORT || defined ENABLE_GPIO_V2
+#if defined ENABLE_GNSS_INTERN || defined ENABLE_GNSS_EXTERN
 
 static uartGnssStatus_t gnssState = UART_GNSS_INIT;
 static gnssRequest_s activeRequest = {0,0};