From f7c66602e7881d02c472a523914bc39b2f7708ed Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 22 Oct 2023 08:48:41 +0200 Subject: [PATCH] Minor clean --- .../app/app_drivers/watch_peripherals/watch_peripherals.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/W800_SDK_v1.00.10/app/app_drivers/watch_peripherals/watch_peripherals.c b/src/W800_SDK_v1.00.10/app/app_drivers/watch_peripherals/watch_peripherals.c index 30fa811..16464c0 100644 --- a/src/W800_SDK_v1.00.10/app/app_drivers/watch_peripherals/watch_peripherals.c +++ b/src/W800_SDK_v1.00.10/app/app_drivers/watch_peripherals/watch_peripherals.c @@ -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())