1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

SPRacingF3 - Add support for airplane pwm mappings.

This commit is contained in:
Dominic Clifton 2015-05-21 02:02:33 +01:00
parent 48570502cb
commit 20a6f829d5
5 changed files with 35 additions and 8 deletions

View file

@ -18,10 +18,10 @@
#pragma once
#define MAX_PWM_MOTORS 12
#define MAX_PWM_SERVOS 8
#define MAX_PWM_SERVOS 10
#define MAX_MOTORS 12
#define MAX_SERVOS 8
#define MAX_SERVOS 10
#define MAX_PWM_OUTPUT_PORTS MAX_PWM_MOTORS // must be set to the largest of either MAX_MOTORS or MAX_SERVOS
#if MAX_PWM_OUTPUT_PORTS < MAX_MOTORS || MAX_PWM_OUTPUT_PORTS < MAX_SERVOS