We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6950e1 commit 914bc0dCopy full SHA for 914bc0d
Makefile
@@ -330,6 +330,7 @@ CFLAGS += -DAPP_TIMER_V2 -DAPP_TIMER_V2_RTC1_ENABLED
330
CFLAGS += -DLFS_NO_MALLOC
331
# Switch if hardware has display
332
CFLAGS += -DHAS_DISPLAY=1
333
+#CFLAGS += -DDEBUG
334
335
# C++ flags common to all targets
336
CXXFLAGS += $(OPT)
datatypes.h
@@ -27,7 +27,7 @@
27
#define PACKET_END 0x0a
28
29
typedef enum {
30
- DEBUG = 0,
+ LOGDEBUG = 0,
31
HEADER,
32
ESC,
33
ESC_DELTA,
0 commit comments