mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
drivers/lis2dh12: fix missing stdbool include
This commit is contained in:
parent
ac1e926776
commit
e0324d5278
@ -37,6 +37,7 @@
|
||||
#define LIS2DH12_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "saul.h"
|
||||
#include "lis2dh12_registers.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user