mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
Block a user