1
0
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:
Martine Lenders 2017-11-03 17:54:39 +01:00 committed by GitHub
commit 41b3ac4e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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