Formatting

This commit is contained in:
rbaron 2023-06-27 21:34:49 +02:00
parent d5891f4a6f
commit f9f122b818

View file

@ -39,7 +39,6 @@ static int factory_reset_if_reset_via_reset_pin() {
#endif // CONFIG_PRST_ZB_FACTORY_RESET_VIA_RESET_PIN #endif // CONFIG_PRST_ZB_FACTORY_RESET_VIA_RESET_PIN
#if CONFIG_PRST_ZB_FACTORY_RESET_VIA_SW1 #if CONFIG_PRST_ZB_FACTORY_RESET_VIA_SW1
static void timer_do_reset(zb_uint8_t unused_param) { static void timer_do_reset(zb_uint8_t unused_param) {
LOG_WRN("SW1 button was pressed for 5 seconds, factory resetting device"); LOG_WRN("SW1 button was pressed for 5 seconds, factory resetting device");
prst_led_flash(/*times=*/5); prst_led_flash(/*times=*/5);