From a960e647b5443075e8bcacc7c957f13ac0a80202 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Apr 2023 07:32:11 +1000 Subject: [PATCH] HAL_SITL: fixed sitl periph storage this allows persistent parameters for sitl_periph_gps target --- libraries/AP_HAL_SITL/HAL_SITL_Class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_SITL/HAL_SITL_Class.h b/libraries/AP_HAL_SITL/HAL_SITL_Class.h index 2f3a890b64..4ddc20b2cb 100644 --- a/libraries/AP_HAL_SITL/HAL_SITL_Class.h +++ b/libraries/AP_HAL_SITL/HAL_SITL_Class.h @@ -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;