remove oopsie

This commit is contained in:
zhiayang 2023-09-24 10:56:33 -04:00
parent d12a41d333
commit ed1b335b0f
No known key found for this signature in database
GPG key ID: 5E2F30AD6F08571F

View file

@ -12,16 +12,16 @@
#include <errno.h>
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/init.h>
#include <zephyr/sys/byteorder.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/drivers/i2c.h>
#include <kernel.h>
#include <device.h>
#include <init.h>
#include <sys/byteorder.h>
#include <drivers/gpio.h>
#include <drivers/i2c.h>
#include <drivers/ext_power.h>
#define LOG_LEVEL CONFIG_GPIO_LOG_LEVEL
#include <zephyr/logging/log.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(gpio_max7318);