Browse Source

AP_HAL: change SITL to 32k eeprom.bin

copter407
Andrew Tridgell 4 years ago
parent
commit
f041bc9271
  1. 2
      libraries/AP_HAL/board/sitl.h

2
libraries/AP_HAL/board/sitl.h

@ -5,7 +5,7 @@ @@ -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…
Cancel
Save