mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #4944 from mikeller/fixed_use_stragglers
Fixed some stragglers with the `USE_` conversion.
This commit is contained in:
commit
e1d12a5fd8
1 changed files with 2 additions and 2 deletions
|
@ -63,12 +63,12 @@
|
||||||
//#define USE_BARO_BMP280
|
//#define USE_BARO_BMP280
|
||||||
//#define USE_BARO_MS5611
|
//#define USE_BARO_MS5611
|
||||||
|
|
||||||
//#define OSD
|
//#define USE_OSD
|
||||||
//#define USE_MAX7456
|
//#define USE_MAX7456
|
||||||
//#define MAX7456_SPI_INSTANCE SPI2
|
//#define MAX7456_SPI_INSTANCE SPI2
|
||||||
//#define MAX7456_SPI_CS_PIN SPI2_NSS_PIN
|
//#define MAX7456_SPI_CS_PIN SPI2_NSS_PIN
|
||||||
|
|
||||||
#define CMS
|
#define USE_CMS
|
||||||
|
|
||||||
//#define USE_SDCARD
|
//#define USE_SDCARD
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue