mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +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
|
||||
|
||||
//BARO
|
||||
#if defined(PIRXF4)
|
||||
#else
|
||||
#if !defined(PIRXF4)
|
||||
#define USE_BARO
|
||||
#define USE_BARO_SPI_LPS
|
||||
#define LPS_SPI_INSTANCE SPI3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue