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:
parent
cd7a18fecd
commit
1d3c6c9195
8 changed files with 2 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue