Skip to content

Commit d6190e4

Browse files
remove doubled compile options
"why was printgcs still on when I comment it out in ulisp-esp32.ino?"
1 parent 277d753 commit d6190e4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ulisp.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
const char LispLibrary[] = "";
2424
#endif
2525

26-
// Compile options
27-
28-
#define printfreespace
29-
#define printgcs
30-
#define sdcardsupport
31-
// #define gfxsupport
32-
// #define lisplibrary
33-
3426
#if defined(gfxsupport)
3527
#define COLOR_WHITE ST77XX_WHITE
3628
#define COLOR_BLACK ST77XX_BLACK

0 commit comments

Comments
 (0)