mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-29 03:29:21 +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)
|
#elif defined(USE_FS)
|
||||||
static File file;
|
static File file;
|
||||||
static Dir dir;
|
static Dir dir;
|
||||||
|
static const char *programs;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STORAGE defined(USE_SD) || defined(USE_SPIFFS) || defined(USE_FS)
|
#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)
|
bool sdtape::start(const char *programs)
|
||||||
{
|
{
|
||||||
#if defined(USE_FS)
|
#if defined(USE_FS)
|
||||||
|
Loading…
Reference in New Issue
Block a user