1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Set MAX_PWM_OUTPUT_PORTS to 8

This commit is contained in:
Niccolò Maggioni 2023-07-17 09:14:10 +02:00
parent 366db3a347
commit aeaebb97c2
No known key found for this signature in database
GPG key ID: 4874B0C841E33264

View file

@ -170,6 +170,6 @@
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2))
#define MAX_PWM_OUTPUT_PORTS 4
#define MAX_PWM_OUTPUT_PORTS 8
#define USE_DSHOT
#define USE_ESC_SENSOR