HAL_Linux: Storage: Change storage folder in Linux to `/var/APM`

This commit is contained in:
Víctor Mayoral Vilches 2014-07-04 14:50:01 +02:00 committed by Andrew Tridgell
parent 464cb8fed9
commit 145c71c4af
1 changed files with 1 additions and 1 deletions

View File

@ -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;