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:
parent
d9bb006245
commit
5fa20d8234
@ -21,6 +21,7 @@
|
||||
#ifndef JC42_PARAMS_H
|
||||
#define JC42_PARAMS_H
|
||||
|
||||
#include "board.h"
|
||||
#include "jc42.h"
|
||||
#include "periph/i2c.h"
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#ifndef TSL2561_PARAMS_H
|
||||
#define TSL2561_PARAMS_H
|
||||
|
||||
#include "board.h"
|
||||
#include "saul_reg.h"
|
||||
#include "tsl2561.h"
|
||||
|
||||
|
@ -19,6 +19,8 @@
|
||||
#ifndef W5100_PARAMS_H
|
||||
#define W5100_PARAMS_H
|
||||
|
||||
#include "board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user