Compilation flags update: BOARD=ids01a4/5 SENSORBOARD=iks01a1

This commit is contained in:
Marco Grella 2015-10-27 12:12:59 +01:00
parent 4e81c87c3a
commit e261cda8dc
20 changed files with 101 additions and 97 deletions

View file

@ -37,7 +37,7 @@
* Driver for the stm32nucleo-spirit1 Pressure sensor (on expansion board)
*/
/*---------------------------------------------------------------------------*/
#if COMPILE_SENSORS
#ifdef X_NUCLEO_IKS01A1
/*---------------------------------------------------------------------------*/
#include "lib/sensors.h"
#include "pressure-sensor.h"
@ -114,5 +114,5 @@ status(int type)
/*---------------------------------------------------------------------------*/
SENSORS_SENSOR(pressure_sensor, PRESSURE_SENSOR, value, configure, status);
/*---------------------------------------------------------------------------*/
#endif /*COMPILE_SENSORS*/
#endif /*X_NUCLEO_IKS01A1*/
/** @} */