1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

channel forwarding removed from pwm_mapping

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-04-25 10:29:45 +02:00
parent 108b619a34
commit 32c60938bc
16 changed files with 39 additions and 45 deletions

View file

@ -64,7 +64,6 @@ typedef struct drv_pwm_config_s {
bool useTriggerRangefinder;
#endif
bool useServoOutputs;
bool useChannelForwarding; // configure additional channels as servos
uint16_t servoPwmRate;
uint16_t servoCenterPulse;
uint8_t pwmProtocolType;