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:
parent
04a7cc0ea1
commit
73a06e9279
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue