AP_HAL: change SITL to 32k eeprom.bin

This commit is contained in:
Andrew Tridgell 2021-02-05 18:09:25 +11:00
parent 2c06bbdcbe
commit 39e9b985a6

View File

@ -5,7 +5,7 @@
#define HAL_MEM_CLASS HAL_MEM_CLASS_1000
#define HAL_OS_POSIX_IO 1
#define HAL_OS_SOCKETS 1
#define HAL_STORAGE_SIZE 16384
#define HAL_STORAGE_SIZE 32768
#define HAL_STORAGE_SIZE_AVAILABLE HAL_STORAGE_SIZE
#define HAL_BOARD_LOG_DIRECTORY "logs"
#define HAL_BOARD_TERRAIN_DIRECTORY "terrain"