From 7c96f8e6a22a5fe9cfd4dc8747b1a820e71a6838 Mon Sep 17 00:00:00 2001 From: Mathieu OTHACEHE Date: Wed, 25 Jan 2017 17:10:01 +0100 Subject: [PATCH] AP_HAL_Linux: rename APM to ardupilot. This rename should have happened here: fdb2a9c99bffa65313778d3d2039fb70e59496d2 but was forgotten. --- libraries/AP_HAL_Linux/Storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_Linux/Storage.cpp b/libraries/AP_HAL_Linux/Storage.cpp index e111ed88dd..c966c2db90 100644 --- a/libraries/AP_HAL_Linux/Storage.cpp +++ b/libraries/AP_HAL_Linux/Storage.cpp @@ -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