mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: check for existing HAL_STORAGE_SIZE
This commit is contained in:
parent
de273fb76d
commit
3b70b3e7a7
|
@ -3,7 +3,9 @@
|
|||
#define HAL_BOARD_NAME "EMPTY"
|
||||
#define HAL_CPU_CLASS HAL_CPU_CLASS_150
|
||||
#define HAL_MEM_CLASS HAL_MEM_CLASS_192
|
||||
#ifndef HAL_STORAGE_SIZE
|
||||
#define HAL_STORAGE_SIZE 16384
|
||||
#endif
|
||||
#define HAL_STORAGE_SIZE_AVAILABLE HAL_STORAGE_SIZE
|
||||
#define HAL_INS_DEFAULT HAL_INS_NONE
|
||||
#define HAL_BARO_DEFAULT HAL_BARO_NONE
|
||||
|
|
Loading…
Reference in New Issue