1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/ds18: missing "board.h" include

This commit is contained in:
Antonio Galea 2021-04-14 17:52:08 +02:00
parent a8e9fa6253
commit afb39700ae

View File

@ -19,6 +19,7 @@
#ifndef DS18_PARAMS_H
#define DS18_PARAMS_H
#include "board.h"
#include "ds18.h"
#include "saul_reg.h"