aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-11-02 15:21:37 +0100
committerLorenz Meier <lm@inf.ethz.ch>2012-11-02 15:21:37 +0100
commit82c4dbaaa88c2cfc591e402817e6268de708de3b (patch)
tree20c9c9b802cd2c7cf60fecbde5333ae431554a94 /apps/systemlib
parent55515f2e7e1aff53cb8f556997f82231c7c104f5 (diff)
downloadpx4-firmware-82c4dbaaa88c2cfc591e402817e6268de708de3b.tar.gz
px4-firmware-82c4dbaaa88c2cfc591e402817e6268de708de3b.tar.bz2
px4-firmware-82c4dbaaa88c2cfc591e402817e6268de708de3b.zip
param load / store cleanup, storage location selection now exclusively through dedicated "param select <path>" command
Diffstat (limited to 'apps/systemlib')
-rw-r--r--apps/systemlib/param/param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemlib/param/param.c b/apps/systemlib/param/param.c
index 9a00c91a5..ddf9b0975 100644
--- a/apps/systemlib/param/param.c
+++ b/apps/systemlib/param/param.c
@@ -482,7 +482,7 @@ param_reset_all(void)
}
static const char *param_default_file = "/eeprom/parameters";
-static char *param_user_file;
+static char *param_user_file = NULL;
int
param_set_default_file(const char* filename)