boards: ark fpv change bootloader uart to telem1 (#23898)

This commit is contained in:
Alex Klimaj 2024-11-05 14:06:36 -07:00 committed by GitHub
parent aa5fdd3bb3
commit ee79d4cdfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
//#define USE_VBUS_PULL_DOWN
#define INTERFACE_USART 1
#define INTERFACE_USART_CONFIG "/dev/ttyS5,921600"
#define INTERFACE_USART_CONFIG "/dev/ttyS6,921600"
#define BOOT_DELAY_ADDRESS 0x000001a0
#define BOARD_TYPE 59
#define _FLASH_KBYTES (*(uint32_t *)0x1FF1E880)