mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Fix awkward define.
This commit is contained in:
parent
2ed54dcaa2
commit
7d29c6e4d1
1 changed files with 1 additions and 2 deletions
|
@ -96,8 +96,7 @@
|
||||||
// GYRO section -- end
|
// GYRO section -- end
|
||||||
|
|
||||||
//BARO
|
//BARO
|
||||||
#if defined(PIRXF4)
|
#if !defined(PIRXF4)
|
||||||
#else
|
|
||||||
#define USE_BARO
|
#define USE_BARO
|
||||||
#define USE_BARO_SPI_LPS
|
#define USE_BARO_SPI_LPS
|
||||||
#define LPS_SPI_INSTANCE SPI3
|
#define LPS_SPI_INSTANCE SPI3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue