#pragma once #include #include #include "AP_HAL_SITL_Namespace.h" #include #ifndef HAL_STORAGE_FILE #define HAL_STORAGE_FILE "eeprom.bin" #endif // define which storage system to use. This allows us to test flash storage with --sitl-flash-storage // configure option #ifndef STORAGE_USE_FLASH #define STORAGE_USE_FLASH 0 #endif #define STORAGE_USE_POSIX 1 #define STORAGE_LINE_SHIFT 3 #define STORAGE_LINE_SIZE (1<