mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChiibOS: change omnibusf4 board type to be unique
This commit is contained in:
parent
0b1987ae36
commit
b6518b6b46
|
@ -2,4 +2,7 @@
|
|||
# for omnibusf4 AIO (no current sensor onboard) bootloader
|
||||
|
||||
include ../omnibusf4pro/hwdef-bl.dat
|
||||
undef APJ_BOARD_ID
|
||||
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 1002
|
||||
|
|
|
@ -4,9 +4,13 @@
|
|||
|
||||
include ../omnibusf4pro/hwdef.dat
|
||||
|
||||
undef APJ_BOARD_ID
|
||||
undef PC8
|
||||
undef PC9
|
||||
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 1002
|
||||
|
||||
#Omnibus F4 AIO V3 and later had hw inverter on UART6
|
||||
#Overide it to use as GPS UART port
|
||||
PC8 SBUS_INVERT_RX OUTPUT LOW
|
||||
|
|
Loading…
Reference in New Issue