Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwdef: remove unused NO_DATAFLASH hwdef directive #21046

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/DevEBoxH7v2/hwdef.dat
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/Sierra-F405/hwdef.dat
Expand Up @@ -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

Expand Down