param load / store cleanup, storage location selection now exclusively through dedicated "param select <path>" command

This commit is contained in:
Lorenz Meier
2012-11-02 15:21:37 +01:00
parent 55515f2e7e
commit 82c4dbaaa8
5 changed files with 126 additions and 71 deletions
+1 -1
View File
@@ -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)