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:
parent
c02f648dda
commit
dd092a5bac
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue