1
0
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:
benpicco 2024-02-26 12:53:01 +00:00 committed by GitHub
commit f048714418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,6 +249,8 @@ extern "C"
#include <stdbool.h>
#include <stdint.h>
#include "kernel_defines.h"
#include "periph/gpio.h"
#include "periph/i2c.h"