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

drivers: bmx280: include board.h for board parameters.

This commit is contained in:
Bas Stottelaar 2017-10-31 21:44:57 +01:00
parent ba2e55bc93
commit 268d7d17a8

View File

@ -21,6 +21,7 @@
#ifndef BMX280_PARAMS_H
#define BMX280_PARAMS_H
#include "board.h"
#include "bmx280.h"
#include "saul_reg.h"