mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #7931 from haukepetersen/fix_drivers_defaultparamsincludeboardh
drivers: include board.h in default params files
This commit is contained in:
commit
41b3ac4e3e
@ -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