1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-22 15:55:40 +03:00

USE_QUAD_MIXER_ONLY define removed from codebase

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-03-27 13:44:09 +02:00
parent cd7a18fecd
commit 1d3c6c9195
8 changed files with 2 additions and 50 deletions

View file

@ -19,13 +19,7 @@
#include "drivers/io_types.h"
#if defined(USE_QUAD_MIXER_ONLY)
#define MAX_PWM_MOTORS 4
#define MAX_PWM_SERVOS 1
#define MAX_MOTORS 4
#define MAX_SERVOS 1
#elif defined(TARGET_MOTOR_COUNT)
#if defined(TARGET_MOTOR_COUNT)
#define MAX_PWM_MOTORS TARGET_MOTOR_COUNT
#define MAX_PWM_SERVOS 8
#define MAX_MOTORS TARGET_MOTOR_COUNT