mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
param load / store cleanup, storage location selection now exclusively through dedicated "param select <path>" command
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user