1
0
Fork 0
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:
Marcelo Bezerra 2024-06-21 19:27:32 +02:00
parent e0d141a1ef
commit 1a0b6e1861
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -24,13 +24,12 @@
#if defined(TARGET_MOTOR_COUNT) #if defined(TARGET_MOTOR_COUNT)
#define MAX_MOTORS TARGET_MOTOR_COUNT #define MAX_MOTORS TARGET_MOTOR_COUNT
#define MAX_SERVOS 16
#else #else
#define MAX_MOTORS 12 #define MAX_MOTORS 12
#define MAX_SERVOS 16
#endif #endif
#define MAX_SERVOS 18
#define PWM_TIMER_HZ 1000000 #define PWM_TIMER_HZ 1000000
#define PULSE_1MS (1000) // 1ms pulse width #define PULSE_1MS (1000) // 1ms pulse width