mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: added support for AP_Terrain for ChibiOS
This commit is contained in:
parent
e2a65c8c60
commit
2773b17fad
|
@ -59,6 +59,7 @@
|
|||
#define HAL_COMPASS_LIS3MDL_NAME "lis3mdl"
|
||||
|
||||
#define HAL_BOARD_LOG_DIRECTORY "/APM/LOGS"
|
||||
#define HAL_BOARD_TERRAIN_DIRECTORY "/APM/TERRAIN"
|
||||
|
||||
#define STORAGE_FLASH_PAGE 22
|
||||
#define HAL_STORAGE_SIZE 16384
|
||||
|
|
Loading…
Reference in New Issue