mirror of https://github.com/ArduPilot/ardupilot
HAL_Linux: Storage: Change storage folder in Linux to `/var/APM`
This commit is contained in:
parent
464cb8fed9
commit
145c71c4af
|
@ -19,7 +19,7 @@ using namespace Linux;
|
|||
|
||||
// name the storage file after the sketch so you can use the same board
|
||||
// card for ArduCopter and ArduPlane
|
||||
#define STORAGE_DIR "/var/run/APM"
|
||||
#define STORAGE_DIR "/var/APM"
|
||||
#define STORAGE_FILE STORAGE_DIR "/" SKETCHNAME ".stg"
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
|
Loading…
Reference in New Issue