mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
Bump max servos to 18
This commit is contained in:
parent
e0d141a1ef
commit
1a0b6e1861
1 changed files with 2 additions and 3 deletions
|
@ -24,13 +24,12 @@
|
|||
|
||||
#if defined(TARGET_MOTOR_COUNT)
|
||||
#define MAX_MOTORS TARGET_MOTOR_COUNT
|
||||
#define MAX_SERVOS 16
|
||||
|
||||
#else
|
||||
#define MAX_MOTORS 12
|
||||
#define MAX_SERVOS 16
|
||||
#endif
|
||||
|
||||
#define MAX_SERVOS 18
|
||||
|
||||
#define PWM_TIMER_HZ 1000000
|
||||
|
||||
#define PULSE_1MS (1000) // 1ms pulse width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue