1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

[zephyr] Small build fixes for the logger/gpio subsystems (#13242)

Co-authored-by: dawret <dawret@dawret.me>
This commit is contained in:
Dawid
2026-01-21 18:37:10 +01:00
committed by GitHub
parent 5f2394ef80
commit 6014bba3d1

View File

@@ -2,7 +2,7 @@
#ifdef USE_ZEPHYR
#include "esphome/core/hal.h"
struct device;
#include <zephyr/device.h>
namespace esphome {
namespace zephyr {