mirror of https://github.com/ArduPilot/ardupilot
parent
1f2e813f74
commit
a9d97d90c4
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue