AP_HAL_Linux: rename APM to ardupilot.

This rename should have happened here:
fdb2a9c99b but was forgotten.
This commit is contained in:
Mathieu OTHACEHE 2017-01-25 17:10:01 +01:00 committed by Francisco Ferreira
parent 07cedd8a66
commit 7c96f8e6a2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ using namespace Linux;
// name the storage file after the sketch so you can use the same board
// card for ArduCopter and ArduPlane
#if CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_BEBOP || CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_DISCO
#define STORAGE_DIR "/data/ftp/internal_000/APM"
#define STORAGE_DIR "/data/ftp/internal_000/ardupilot"
#elif APM_BUILD_TYPE(APM_BUILD_Replay)
#define STORAGE_DIR "."
#else