mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/pcf857x: fix missing include kernel_defines.h
If not included before, IS_USED macro from modules.h is undefined, leading to such errors: error: missing binary operator before token "(" Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
This commit is contained in:
parent
a43dbcbbfe
commit
04c8d442da
@ -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