mirror of https://github.com/ArduPilot/ardupilot
hwdef: remove unused NO_DATAFLASH hwdef directive
This commit is contained in:
parent
feaad96963
commit
2228f1407d
|
@ -16,8 +16,6 @@ STM32_ST_USE_TIMER 2
|
|||
# reserve 256 bytes for comms between app and bootloader
|
||||
RAM_RESERVE_START 256
|
||||
|
||||
define NO_DATAFLASH TRUE
|
||||
|
||||
FLASH_SIZE_KB 128
|
||||
FLASH_RESERVE_START_KB 0
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@ define HAL_NO_GPIO_IRQ
|
|||
define HAL_NO_RCIN_THREAD
|
||||
|
||||
define HAL_USE_RTC FALSE
|
||||
define NO_DATAFLASH TRUE
|
||||
|
||||
define DMA_RESERVE_SIZE 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue