[nrf52] fix compilation warning (#11656)

This commit is contained in:
tomaszduda23
2025-11-01 17:18:38 +01:00
committed by GitHub
parent c662697ca7
commit 55af818629

View File

@@ -3,7 +3,7 @@
#include <zephyr/kernel.h>
#include <zephyr/drivers/watchdog.h>
#include <zephyr/sys/reboot.h>
#include <zephyr/random/rand32.h>
#include <zephyr/random/random.h>
#include "esphome/core/hal.h"
#include "esphome/core/helpers.h"