remove oopsie
This commit is contained in:
parent
d12a41d333
commit
ed1b335b0f
1 changed files with 7 additions and 7 deletions
|
@ -12,16 +12,16 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <zephyr/kernel.h>
|
#include <kernel.h>
|
||||||
#include <zephyr/device.h>
|
#include <device.h>
|
||||||
#include <zephyr/init.h>
|
#include <init.h>
|
||||||
#include <zephyr/sys/byteorder.h>
|
#include <sys/byteorder.h>
|
||||||
#include <zephyr/drivers/gpio.h>
|
#include <drivers/gpio.h>
|
||||||
#include <zephyr/drivers/i2c.h>
|
#include <drivers/i2c.h>
|
||||||
#include <drivers/ext_power.h>
|
#include <drivers/ext_power.h>
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_GPIO_LOG_LEVEL
|
#define LOG_LEVEL CONFIG_GPIO_LOG_LEVEL
|
||||||
#include <zephyr/logging/log.h>
|
#include <logging/log.h>
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(gpio_max7318);
|
LOG_MODULE_REGISTER(gpio_max7318);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue