This commit is contained in:
Stephen Crane 2018-11-16 10:49:08 +00:00
parent a84005458f
commit b4d9b603e7
1 changed files with 5 additions and 0 deletions

View File

@ -13,7 +13,12 @@
#define TFT_FG GREEN
#define TFT_BG BLACK
#if defined(USE_SD)
#define PROGRAMS "/apple1/"
#else
#define PROGRAMS "/"
#endif
#define KRUSADER