Allow USE_DISPLAY to be set externally
This commit is contained in:
parent
777a840e4b
commit
64a0efdff3
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue