Allow USE_DISPLAY to be set externally

This commit is contained in:
Jeff Epler 2023-06-10 15:37:09 -05:00
parent 777a840e4b
commit 64a0efdff3

View file

@ -8,8 +8,9 @@
#include "../../console.h"
#include "../../arduino_hooks.h"
#undef USE_DISPLAY
#ifndef USE_DISPLAY
#define USE_DISPLAY (1)
#endif
#ifndef USE_MSC
#define USE_MSC (0)