From 8748e15b59cf1f0973cebaf57bfc58adf93a268d Mon Sep 17 00:00:00 2001 From: Stefan Dorn Date: Mon, 13 Jun 2016 23:42:34 +0100 Subject: [PATCH] comment --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 82576e9..19e4917 100644 --- a/src/main.c +++ b/src/main.c @@ -14,7 +14,7 @@ // hardware // -------------------------------------------------------------------- -#define KBD_DEBUG +#define KBD_DEBUG // comment out to disable the debug interface completely #include "./keyboard/controller.c" #include "./keyboard/keyboard.h"