Minor clean

This commit is contained in:
Th3maz1ng 2023-10-22 08:48:41 +02:00
parent e8f8f694f0
commit f7c66602e7

View File

@ -748,7 +748,6 @@ void watch_peripherals_watch_sleep(void)
extern LCDConfig_t LCDConfig;
// First, we disable the display backlight and we set all the peripherals in their low power mode
lcd_set_backlight(&LCDConfig, 0);
//lcd_on(&LCDConfig, false);
lcd_sleep(&LCDConfig, true);
watch_peripherals_magnetometer_power_mode_set(QMC5883L_Mode_Control_Standby);
if(CST816D_sleep())