mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Intitial support for ALIENWIIF3 target
This commit is contained in:
parent
153f6483e2
commit
396731a428
11 changed files with 625 additions and 13 deletions
|
@ -235,7 +235,7 @@ static const uint16_t airPWM[] = {
|
|||
};
|
||||
#endif
|
||||
|
||||
#ifdef SPARKY
|
||||
#if defined(SPARKY) || defined(ALIENWIIF3)
|
||||
static const uint16_t multiPPM[] = {
|
||||
PWM11 | (MAP_TO_PPM_INPUT << 8), // PPM input
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue