comparison Discovery/Src/t7.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
parents 41136649b90d
children bad5561c0c59
comparison
equal deleted inserted replaced
984:41136649b90d 988:d9290c76b840
137 CVIEW_Gaslist, 137 CVIEW_Gaslist,
138 CVIEW_sensors_mV, 138 CVIEW_sensors_mV,
139 CVIEW_Charger, 139 CVIEW_Charger,
140 CVIEW_CcrSummary, 140 CVIEW_CcrSummary,
141 CVIEW_Timer, 141 CVIEW_Timer,
142 #if defined ENABLE_GPIO_V2 || defined ENABLE_GNSS_SUPPORT 142 #if defined ENABLE_GNSS_INTERN || defined ENABLE_GNSS_EXTERN
143 CVIEW_Position, 143 CVIEW_Position,
144 #endif 144 #endif
145 CVIEW_END 145 CVIEW_END
146 }; 146 };
147 147