HAL_SITL: fixed sitl periph storage

this allows persistent parameters for sitl_periph_gps target
This commit is contained in:
Andrew Tridgell 2023-04-10 07:32:11 +10:00
parent b24adf04f2
commit a960e647b5
1 changed files with 1 additions and 1 deletions

View File

@ -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;