summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-06-15 18:07:21 +0100
committerroot <root@no.no.james.local>2015-06-15 18:07:21 +0100
commita7b53bdade367d877dd34ad063762e5c8feecbb0 (patch)
tree6eec47ab558ca737e2a6bce80cb3823e4692150d /app/Makefile
parentcd568297a41e5a6f2e130de82c07b6b789d34f4b (diff)
downloadtims_keyboard-master.tar.gz
tims_keyboard-master.tar.bz2
tims_keyboard-master.zip
Fix stuck keys, and turn on debuggingHEADmaster
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 7c378cf..30debb5 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -32,7 +32,7 @@ OBJS = ${CSRCS:%.c=%.o}
include ../Makefile.include
-CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter #-DDEBUG
+CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter -DDEBUG
DID=$(shell printf '\#include "id.h"\nID_PRODUCT' | ${CC} -I.. -E - | grep -v ^\# )