From 62a99cc71649ce017356d65fca07072c5e5c4af5 Mon Sep 17 00:00:00 2001 From: rbaron Date: Tue, 27 Jun 2023 21:38:42 +0200 Subject: [PATCH] Reintroduced accidentally deleted comment --- code/nrf-connect/samples/zigbee/src/restart_handler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/nrf-connect/samples/zigbee/src/restart_handler.c b/code/nrf-connect/samples/zigbee/src/restart_handler.c index 4959ae9..0a23df3 100644 --- a/code/nrf-connect/samples/zigbee/src/restart_handler.c +++ b/code/nrf-connect/samples/zigbee/src/restart_handler.c @@ -11,6 +11,7 @@ LOG_MODULE_REGISTER(restart_handler, CONFIG_LOG_DEFAULT_LEVEL); void callback_work_handler(struct k_work *work) { LOG_INF("Running restart callback_work_handler."); prst_debug_counters_increment("steering_watchdog_restart"); + // If the device is not commissioned, the rejoin procedure is started. user_input_indicate(); }