hwdef: H757_EVAL: make it not-AP_Periph

avoids this compilation error:

../../Tools/AP_Periph/can.cpp:152:33: error: static assertion failed: DroneCAN bootloader cannot support external flash
  152 | static_assert(EXT_FLASH_SIZE_MB == 0, "DroneCAN bootloader cannot support external flash");
compilation terminated due to -Wfatal-errors.
This commit is contained in:
Peter Barker 2024-07-09 08:05:01 +10:00 committed by Andrew Tridgell
parent 5a8ed5fb51
commit 481e0301dd
2 changed files with 0 additions and 6 deletions

View File

@ -21,9 +21,6 @@ APJ_BOARD_ID 146
FLASH_SIZE_KB 2048
# setup build for a peripheral firmware
env AP_PERIPH 1
EXT_FLASH_SIZE_MB 32
# bootloader is installed at zero offset

View File

@ -23,9 +23,6 @@ APJ_BOARD_ID 146
FLASH_SIZE_KB 2048
# setup build for a peripheral firmware
env AP_PERIPH 1
# bootloader is installed at zero offset
FLASH_RESERVE_START_KB 128