diff --git a/tasmota/xsns_09_bmp.ino b/tasmota/xsns_09_bmp.ino index 4190a675c..057dac9df 100644 --- a/tasmota/xsns_09_bmp.ino +++ b/tasmota/xsns_09_bmp.ino @@ -654,7 +654,7 @@ bool Xsns09(uint8_t function) case FUNC_SAVE_BEFORE_RESTART: BMP_EnterSleep(); break; -#endif USE_DEEPSLEEP +#endif // USE_DEEPSLEEP } } return result;