1
0
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:
Alexandre Abadie 2022-01-05 10:49:42 +01:00
parent ac1e926776
commit e0324d5278
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -37,6 +37,7 @@
#define LIS2DH12_H
#include <stdint.h>
#include <stdbool.h>
#include "saul.h"
#include "lis2dh12_registers.h"