diff Small_CPU/Src/scheduler.c @ 1024:9fabad6436a2 GasConsumption

GPIO sleep cleanup: During bringup of OSTC5 HW usage of new GPIO pins was introduced. To avoid not needed active GPIO pins during sleep some cleanup has been done (pins are only active if needed by new hardware, clocks deactivated during sleep etc.)
author Ideenmodellierer
date Tue, 29 Jul 2025 17:15:35 +0200
parents c386ae6635e4
children
line wrap: on
line diff
--- a/Small_CPU/Src/scheduler.c	Sun Jul 13 17:20:45 2025 +0200
+++ b/Small_CPU/Src/scheduler.c	Tue Jul 29 17:15:35 2025 +0200
@@ -346,6 +346,7 @@
 	if(GPIO_GetVersion() < global.dataSendToSlave.displayVersion)
 	{
 		GPIO_Activate_V2();
+		GPIO_Init_V2();
 	}
 
 	if(GPIO_GetVersion() > 0)