mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Initial OpenPilot CC3D commit.
This commit is contained in:
parent
ae0f842266
commit
1fb75890d5
6 changed files with 169 additions and 4 deletions
|
@ -19,7 +19,13 @@
|
|||
|
||||
#ifdef CHEBUZZF3
|
||||
#define USABLE_TIMER_CHANNEL_COUNT 18
|
||||
#else
|
||||
#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