mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20432 from cogip/pcf857x_fix_kernel_defines
drivers/pcf857x: fix missing include kernel_defines.h
This commit is contained in:
commit
f048714418
@ -249,6 +249,8 @@ extern "C"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
|
||||
#include "periph/gpio.h"
|
||||
#include "periph/i2c.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user