1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 14:55:21 +03:00

Enabling UART0 index for RP2350 (#14119)

This commit is contained in:
Jay Blackman 2024-12-31 19:21:44 +11:00 committed by GitHub
parent 04a7cc0ea1
commit 73a06e9279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,3 +90,5 @@ typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;
#define IOCFG_IPD IO_CONFIG(GPIO_IN, 0, 0)
#define IOCFG_IPU IO_CONFIG(GPIO_IN, 0, 0)
#define IOCFG_IN_FLOATING IO_CONFIG(GPIO_IN, 0, 0)
#define SERIAL_UART_FIRST_INDEX 0