Browse Source

hwdef: remove unused NO_DATAFLASH hwdef directive

apm_2208
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
2228f1407d
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/DevEBoxH7v2/hwdef.dat
  2. 1
      libraries/AP_HAL_ChibiOS/hwdef/Sierra-F405/hwdef.dat

2
libraries/AP_HAL_ChibiOS/hwdef/DevEBoxH7v2/hwdef.dat

@ -16,8 +16,6 @@ STM32_ST_USE_TIMER 2 @@ -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

1
libraries/AP_HAL_ChibiOS/hwdef/Sierra-F405/hwdef.dat

@ -34,7 +34,6 @@ define HAL_NO_GPIO_IRQ @@ -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…
Cancel
Save