From 51b2b830a8a5d7117c62013cd58222d5cf359b47 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Fri, 29 Dec 2017 18:50:57 -0500 Subject: disabled debug prints for non-debug branch --- skey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skey.c b/skey.c index 1b2257b..71b712d 100644 --- a/skey.c +++ b/skey.c @@ -15,7 +15,7 @@ /* * toggles debug mode, */ -#define DEBUGMODE 1 +#define DEBUGMODE 0 /* * On the prototype model, the diodes were soldered backwards, so that the * negative ends were facing the cpins. -- cgit v1.1