comparison Discovery/Src/t7.c @ 927:908d9a8e8c84 Evo_2_23

Cleanup Internal Uart: The internal UART was using the wrong UART RX channel. In addition the compile switches have been updated to allow GNSS data flow if new GPIO config is available or if GNSS is enabled for the external UART.
author Ideenmodellierer
date Tue, 26 Nov 2024 21:01:13 +0100
parents c4c9850a2039
children
comparison
equal deleted inserted replaced
926:875933272056 927:908d9a8e8c84
144 CVIEW_Gaslist, 144 CVIEW_Gaslist,
145 CVIEW_sensors_mV, 145 CVIEW_sensors_mV,
146 CVIEW_Charger, 146 CVIEW_Charger,
147 CVIEW_CcrSummary, 147 CVIEW_CcrSummary,
148 CVIEW_Timer, 148 CVIEW_Timer,
149 #ifdef ENABLE_GNSS_SUPPORT 149 #if defined ENABLE_GPIO_V2 || defined ENABLE_GNSS_SUPPORT
150 CVIEW_Position, 150 CVIEW_Position,
151 #endif 151 #endif
152 CVIEW_END 152 CVIEW_END
153 }; 153 };
154 154