mirror of https://github.com/ArduPilot/ardupilot
HAL_SITL: fixed sitl periph storage
this allows persistent parameters for sitl_periph_gps target
This commit is contained in:
parent
b24adf04f2
commit
a960e647b5
|
@ -47,7 +47,7 @@ private:
|
|||
void setup_signal_handlers() const;
|
||||
static void exit_signal_handler(int);
|
||||
|
||||
bool storage_posix_enabled;
|
||||
bool storage_posix_enabled = true;
|
||||
bool storage_flash_enabled;
|
||||
bool storage_fram_enabled;
|
||||
|
||||
|
|
Loading…
Reference in New Issue