mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: rename APM to ardupilot.
This rename should have happened here:
fdb2a9c99b
but was forgotten.
This commit is contained in:
parent
07cedd8a66
commit
7c96f8e6a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue