1
0
Fork 0
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:
Chris 2018-11-14 11:59:46 +00:00
parent 2ed54dcaa2
commit 7d29c6e4d1

View file

@ -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