mirror of
https://github.com/jscrane/r65emu.git
synced 2024-11-16 21:10:58 +00:00
tiny cleanup
This commit is contained in:
parent
a43a529fe7
commit
8681074427
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user