From 86810744271f440209f80984fb5c6ad51e7c7625 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Fri, 16 Nov 2018 12:37:38 +0000 Subject: [PATCH] tiny cleanup --- sdtape.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)