Skip to content

Commit 64a0efd

Browse files
committed
Allow USE_DISPLAY to be set externally
1 parent 777a840 commit 64a0efd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runcpm-rp2040-dvi-usb/runcpm-pico/hardware/pico/feather_dvi.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
#include "../../console.h"
99
#include "../../arduino_hooks.h"
1010

11-
#undef USE_DISPLAY
11+
#ifndef USE_DISPLAY
1212
#define USE_DISPLAY (1)
13+
#endif
1314

1415
#ifndef USE_MSC
1516
#define USE_MSC (0)

0 commit comments

Comments
 (0)