1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00

drivers/sht1x: add missing include for ARRAY_SIZE

This commit is contained in:
Karl Fessel 2022-11-11 21:40:48 +01:00
parent 54ada3685a
commit d46b56933d

View File

@ -26,6 +26,7 @@
#include "sht1x.h"
#include "sht1x_defines.h"
#include "bitarithm.h"
#include "container.h"
#define ENABLE_DEBUG 0
#include "debug.h"