diff --git a/sdtape.cpp b/sdtape.cpp index e190d63..b85dd55 100644 --- a/sdtape.cpp +++ b/sdtape.cpp @@ -18,14 +18,11 @@ static File file, dir; #elif defined(USE_FS) static File file; static Dir dir; +static const char *programs; #endif #define STORAGE defined(USE_SD) || defined(USE_SPIFFS) || defined(USE_FS) -#if defined(USE_FS) -static const char *programs; -#endif - bool sdtape::start(const char *programs) { #if defined(USE_FS)