1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Disabled ADC_INTERNAL for F446 due to missing library.

This commit is contained in:
Michael Keller 2018-01-11 10:29:47 +13:00
parent c02f648dda
commit dd092a5bac

View file

@ -51,8 +51,11 @@
#define I2C3_OVERCLOCK true #define I2C3_OVERCLOCK true
#define USE_GYRO_DATA_ANALYSE #define USE_GYRO_DATA_ANALYSE
#define USE_ADC #define USE_ADC
#if !defined(STM32F446xx)
// This needs a library / pathing fix first
#define USE_ADC_INTERNAL #define USE_ADC_INTERNAL
#endif #endif
#endif // STM32F4
#ifdef STM32F722xx #ifdef STM32F722xx
#define USE_ITCM_RAM #define USE_ITCM_RAM