diff --git a/Core/Src/sys_app.c b/Core/Src/sys_app.c index 19dbe29..7aef34b 100644 --- a/Core/Src/sys_app.c +++ b/Core/Src/sys_app.c @@ -124,6 +124,7 @@ void SystemApp_Init(void) /*Initialize the Sensors */ EnvSensors_Init(); #if defined(L8) + STS_Lamp_Bar_Self_Test(); MX_TOF_Init(); //STS_Lamp_Bar_Self_Test(); #endif @@ -133,7 +134,7 @@ void SystemApp_Init(void) #if defined(STS_P2) STS_TOF_VL53LX_PeopleCounting_Process_Init(); #endif - STS_Lamp_Bar_Self_Test(); + //STS_Lamp_Bar_Self_Test(); /*Init low power manager*/ UTIL_LPM_Init(); /* Disable Stand-by mode */ diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index b538279..69e74a1 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -99,7 +99,7 @@ - + @@ -134,7 +134,7 @@