mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
[G4] Treat LPUART1 as UART9
This commit is contained in:
parent
0f93dc9c88
commit
fecc1a5ca8
10 changed files with 74 additions and 25 deletions
|
@ -37,7 +37,8 @@ typedef enum {
|
|||
UARTDEV_5 = 4,
|
||||
UARTDEV_6 = 5,
|
||||
UARTDEV_7 = 6,
|
||||
UARTDEV_8 = 7
|
||||
UARTDEV_8 = 7,
|
||||
UARTDEV_9 = 8,
|
||||
} UARTDevice_e;
|
||||
|
||||
typedef struct uartPort_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue