Fixed clang format.
This commit is contained in:
parent
c52d5f7a48
commit
6f10dc9e19
3 changed files with 9 additions and 9 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
#include <zephyr/logging/log.h>
|
|
||||||
#include <zephyr/kernel.h>
|
|
||||||
#include <zigbee/zigbee_app_utils.h>
|
|
||||||
|
|
||||||
#include "restart_handler.h"
|
#include "restart_handler.h"
|
||||||
|
|
||||||
|
#include <zephyr/kernel.h>
|
||||||
|
#include <zephyr/logging/log.h>
|
||||||
|
#include <zigbee/zigbee_app_utils.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(restart_handler, CONFIG_LOG_DEFAULT_LEVEL);
|
LOG_MODULE_REGISTER(restart_handler, CONFIG_LOG_DEFAULT_LEVEL);
|
||||||
|
|
||||||
static void restart_network_steering_cb(struct k_timer *timer) {
|
static void restart_network_steering_cb(struct k_timer *timer) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue