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

drivers: include board.h in default params files

added the board.h include for:
- tsl2561
- jc42
- w5100
This commit is contained in:
Hauke Petersen 2017-11-03 10:12:58 +01:00
parent d9bb006245
commit 5fa20d8234
3 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef JC42_PARAMS_H
#define JC42_PARAMS_H
#include "board.h"
#include "jc42.h"
#include "periph/i2c.h"

View File

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

View File

@ -19,6 +19,8 @@
#ifndef W5100_PARAMS_H
#define W5100_PARAMS_H
#include "board.h"
#ifdef __cplusplus
extern "C" {
#endif