mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Disable ADC initialisation on CJMCU. Replace MASSIVEF3 with SPRACINGF3.
Conditional VCP code inclusion. Other minor F1/F3 cleanups.
This commit is contained in:
parent
f825f15a9f
commit
650389afb6
24 changed files with 305 additions and 117 deletions
|
@ -216,7 +216,7 @@ void init(void)
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(SPARKY)
|
||||
#ifdef USE_ADC
|
||||
drv_adc_config_t adc_params;
|
||||
|
||||
adc_params.enableRSSI = feature(FEATURE_RSSI_ADC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue