mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: correct KakuteF4Mini board id
This commit is contained in:
parent
25be0cf4b4
commit
6a21446bac
|
@ -4,4 +4,4 @@
|
|||
include ../KakuteF4/hwdef-bl.dat
|
||||
undef APJ_BOARD_ID
|
||||
|
||||
APJ_BOARD_ID 146
|
||||
APJ_BOARD_ID 1030
|
||||
|
|
|
@ -11,7 +11,7 @@ undef CH_CFG_ST_RESOLUTION
|
|||
undef STM32_ST_USE_TIMER
|
||||
undef HAL_SERIAL2_PROTOCOL
|
||||
|
||||
APJ_BOARD_ID 146
|
||||
APJ_BOARD_ID 1030
|
||||
|
||||
# use natural UART order to align with docs
|
||||
SERIAL_ORDER OTG1 USART1 EMPTY USART3 UART4 UART5 USART6
|
||||
|
|
Loading…
Reference in New Issue