Fixing IFDEFs for FY90Q target

This commit is contained in:
Dominic Clifton 2013-08-15 21:48:37 +01:00
parent 76968efd5e
commit 2d11f659c6
1 changed files with 4 additions and 2 deletions

View File

@ -120,7 +120,7 @@ typedef struct baro_t
#define SENSORS_SET (SENSOR_ACC)
#endif
#else
#ifdef OLIMEXINO
// OLIMEXINO
@ -157,6 +157,7 @@ typedef struct baro_t
#define SENSORS_SET (SENSOR_ACC | SENSOR_BARO | SENSOR_MAG)
#endif
#endif
// Helpful macros
@ -187,7 +188,7 @@ typedef struct baro_t
#include "drv_i2c.h"
#include "drv_pwm.h"
#include "drv_uart.h"
#endif
#else
#ifdef OLIMEXINO
// OLIMEXINO
@ -220,3 +221,4 @@ typedef struct baro_t
#include "drv_hcsr04.h"
#endif
#endif