remove unnecessary header include

This commit is contained in:
zhiayang 2023-09-24 11:02:48 -04:00
parent 7fab6723bf
commit 85f1f2fd2e
No known key found for this signature in database
GPG key ID: 5E2F30AD6F08571F

View file

@ -18,7 +18,6 @@
#include <zephyr/sys/byteorder.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/drivers/i2c.h>
#include <drivers/ext_power.h>
#define LOG_LEVEL CONFIG_GPIO_LOG_LEVEL
#include <zephyr/logging/log.h>