boards: modalai_fc-v2 fix bootloader board type

This commit is contained in:
Daniel Agar 2021-11-04 13:29:42 -04:00
parent f55590ce78
commit bffcdd6fad
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
#define INTERFACE_USART 1
#define INTERFACE_USART_CONFIG "/dev/ttyS0,115200"
#define BOOT_DELAY_ADDRESS 0x000001a0
#define BOARD_TYPE 53
#define BOARD_TYPE 41776
#define _FLASH_KBYTES (*(uint32_t *)0x1FF1E880)
#define BOARD_FLASH_SECTORS (15)
#define BOARD_FLASH_SIZE (_FLASH_KBYTES * 1024)