Compilation flags update: BOARD=ids01a4/5 SENSORBOARD=iks01a1
This commit is contained in:
parent
4e81c87c3a
commit
e261cda8dc
20 changed files with 101 additions and 97 deletions
|
@ -37,7 +37,7 @@
|
|||
* Driver for the stm32nucleo-spirit1 Temperature sensor (on expansion board)
|
||||
*/
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#if COMPILE_SENSORS
|
||||
#ifdef X_NUCLEO_IKS01A1
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#include "lib/sensors.h"
|
||||
#include "temperature-sensor.h"
|
||||
|
@ -116,6 +116,6 @@ status(int type)
|
|||
/*---------------------------------------------------------------------------*/
|
||||
SENSORS_SENSOR(temperature_sensor, TEMPERATURE_SENSOR,
|
||||
value, configure, status);
|
||||
#endif /*COMPILE_SENSORS*/
|
||||
#endif /*X_NUCLEO_IKS01A1*/
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue