mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +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
|
@ -17,18 +17,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef SPARKY
|
||||
#define USABLE_TIMER_CHANNEL_COUNT 11
|
||||
#endif
|
||||
|
||||
#ifdef CHEBUZZF3
|
||||
#define USABLE_TIMER_CHANNEL_COUNT 18
|
||||
#endif
|
||||
|
||||
#ifdef CC3D
|
||||
#define USABLE_TIMER_CHANNEL_COUNT 12
|
||||
#endif
|
||||
|
||||
#if !defined(USABLE_TIMER_CHANNEL_COUNT)
|
||||
#define USABLE_TIMER_CHANNEL_COUNT 14
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue