Skip to content

Instantly share code, notes, and snippets.

@kaspar030
Created April 4, 2019 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaspar030/bb1f6082bc332db8535c0b8b44c20426 to your computer and use it in GitHub Desktop.
Save kaspar030/bb1f6082bc332db8535c0b8b44c20426 to your computer and use it in GitHub Desktop.
diff --git a/drivers/include/ds18.h b/drivers/include/ds18.h
index 2b54902d45..0f072bbea4 100644
--- a/drivers/include/ds18.h
+++ b/drivers/include/ds18.h
@@ -38,6 +38,8 @@
#ifndef DS18_H
#define DS18_H
+#include <stdint.h>
+
#include "periph/gpio.h"
#ifdef __cplusplus
diff --git a/tests/driver_ds18/Makefile b/tests/driver_ds18/Makefile
index 781ffbc12b..b6153e8e6f 100644
--- a/tests/driver_ds18/Makefile
+++ b/tests/driver_ds18/Makefile
@@ -1,7 +1,5 @@
include ../Makefile.tests_common
-BOARD_WHITELIST := sensebox_samd21 samr21-xpro nucleo-l152re
-
USEMODULE += ds18
USEMODULE += xtimer
USEMODULE += printf_float
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment