diff --git a/src/flash-nrf52.cpp b/src/flash-nrf52.cpp index ab0289a..7b93d0b 100644 --- a/src/flash-nrf52.cpp +++ b/src/flash-nrf52.cpp @@ -21,7 +21,7 @@ using namespace Adafruit_LittleFS_Namespace; const char settings_name[] = "RAK"; -File lora_file(InternalFS); +Adafruit_LittleFS_Namespace::File lora_file(InternalFS); void flash_int_reset(void); @@ -263,4 +263,4 @@ void ble_log_settings(void) delay(50); } -#endif \ No newline at end of file +#endif