tiny cleanup

This commit is contained in:
Stephen Crane 2018-11-16 12:37:38 +00:00
parent a43a529fe7
commit 8681074427
1 changed files with 1 additions and 4 deletions

View File

@ -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)