Added comment to describe nordic funny function name.

This commit is contained in:
Ole Odendahl 2023-06-02 11:15:46 +02:00
parent 6f10dc9e19
commit 9285a6bc41
No known key found for this signature in database
GPG key ID: 116D1FA8CD50CD0B

View file

@ -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();
}