diff options
| author | knolax <1339802534.kk@gmail.com> | 2017-12-29 18:50:57 -0500 |
|---|---|---|
| committer | knolax <1339802534.kk@gmail.com> | 2017-12-29 18:50:57 -0500 |
| commit | 51b2b830a8a5d7117c62013cd58222d5cf359b47 (patch) | |
| tree | 18f3975c6b8922db57f3625f630c46d7fd395800 | |
| parent | 3b2ea5dbc8876a51eb7a061fb7acbe0bc43918a2 (diff) | |
disabled debug prints for non-debug branch
| -rw-r--r-- | skey.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
