AP_HAL: change SITL to 32k eeprom.bin

This commit is contained in:
Andrew Tridgell 2021-02-05 18:09:25 +11:00
parent b14232c85e
commit f041bc9271
1 changed files with 1 additions and 1 deletions

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"