From 73f63dffe7e4e21c9a960b57c5600c77090ecdab Mon Sep 17 00:00:00 2001 From: bg Date: Sat, 8 Feb 2014 11:27:26 +0100 Subject: [PATCH] test commit --- firmware/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/main.c b/firmware/main.c index 247fced..9b8c9c3 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -36,9 +36,11 @@ at least be connected to INT0 as well. #include "requests.h" /* The custom request numbers we use */ #include "hotp.h" #include "special_functions.h" + #if !SIMPLE_COUNTER #include "percnt2.h" #endif + #include "usb_keyboard_codes.h" /* ------------------------------------------------------------------------- */ -- 2.39.2