Browse Source

AP_HAL_ChiibOS: change omnibusf4 board type to be unique

master
Henry Wurzburg 6 years ago committed by Andrew Tridgell
parent
commit
b6518b6b46
  1. 3
      libraries/AP_HAL_ChibiOS/hwdef/omnibusf4/hwdef-bl.dat
  2. 4
      libraries/AP_HAL_ChibiOS/hwdef/omnibusf4/hwdef.dat

3
libraries/AP_HAL_ChibiOS/hwdef/omnibusf4/hwdef-bl.dat

@ -2,4 +2,7 @@ @@ -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
libraries/AP_HAL_ChibiOS/hwdef/omnibusf4/hwdef.dat

@ -4,9 +4,13 @@ @@ -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…
Cancel
Save