Browse Source

hwdef: removed APP_DESCRIPTOR settings

not needed
master
Andrew Tridgell 3 years ago
parent
commit
a9d97d90c4
  1. 3
      libraries/AP_HAL_ChibiOS/hwdef/Sierra-F412/hwdef.dat
  2. 3
      libraries/AP_HAL_ChibiOS/hwdef/Sierra-F9P/hwdef.dat

3
libraries/AP_HAL_ChibiOS/hwdef/Sierra-F412/hwdef.dat

@ -117,9 +117,6 @@ define HAL_PERIPH_ENABLE_BARO @@ -117,9 +117,6 @@ define HAL_PERIPH_ENABLE_BARO
define HAL_PERIPH_ENABLE_RC_OUT
define HAL_PERIPH_ENABLE_NOTIFY
# use the app descriptor needed by MissionPlanner for CAN upload
env APP_DESCRIPTOR MissionPlanner
# reserve 256 bytes for comms between app and bootloader
RAM_RESERVE_START 256

3
libraries/AP_HAL_ChibiOS/hwdef/Sierra-F9P/hwdef.dat

@ -147,9 +147,6 @@ PC11 SDIO_D3 SDIO @@ -147,9 +147,6 @@ PC11 SDIO_D3 SDIO
PB15 SDIO_CK SDIO
PD2 SDIO_CMD SDIO
# use the app descriptor needed by MissionPlanner for CAN upload
env APP_DESCRIPTOR MissionPlanner
# reserve 256 bytes for comms between app and bootloader
RAM_RESERVE_START 256

Loading…
Cancel
Save