mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: change SITL to 32k eeprom.bin
This commit is contained in:
parent
b14232c85e
commit
f041bc9271
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue