From 9285a6bc41c474ed9a113007541da31a83f39afc Mon Sep 17 00:00:00 2001 From: Ole Odendahl Date: Fri, 2 Jun 2023 11:15:46 +0200 Subject: [PATCH] Added comment to describe nordic funny function name. --- 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 961fbbe..8d2e9dc 100644 --- a/code/nrf-connect/samples/zigbee/src/restart_handler.c +++ b/code/nrf-connect/samples/zigbee/src/restart_handler.c @@ -8,6 +8,7 @@ LOG_MODULE_REGISTER(restart_handler, CONFIG_LOG_DEFAULT_LEVEL); static void restart_network_steering_cb(struct k_timer *timer) { LOG_DBG("Restart handler expired. Restarting network steering."); + // If the device is not commissioned, the rejoin procedure is started. user_input_indicate(); }