1
0
Fork 0
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:
Dominic Clifton 2014-07-16 01:06:09 +01:00
parent ae0f842266
commit 1fb75890d5
6 changed files with 169 additions and 4 deletions

View file

@ -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