Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/drivers_ds18: add tested boards to the board whitelist #11338

Merged
merged 3 commits into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/include/ds18.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#ifndef DS18_H
#define DS18_H

#include <stdint.h>
#include "periph/gpio.h"

#ifdef __cplusplus
Expand Down
2 changes: 0 additions & 2 deletions tests/driver_ds18/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
include ../Makefile.tests_common

BOARD_WHITELIST := sensebox_samd21 samr21-xpro nucleo-l152re nucleo-l432kc nucleo-l073rz b-l072z-lrwan

USEMODULE += ds18
USEMODULE += xtimer
USEMODULE += printf_float
Expand Down