mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Fixing IFDEFs for FY90Q target
This commit is contained in:
parent
76968efd5e
commit
2d11f659c6
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue