summaryrefslogtreecommitdiff
path: root/protocol/pjrc/main.c
diff options
context:
space:
mode:
authortmk2012-09-02 23:47:18 +0900
committertmk2012-09-02 23:47:18 +0900
commitc77c5043a121f195b3a552feb8283424a0652ce2 (patch)
tree5b20b8c5cb7702408ffc10af0c259d71e6ce4ce9 /protocol/pjrc/main.c
parentb17f52ebe188b612d0cb063bd2386434a952aaf4 (diff)
usb_hid: Fix timer size uint16_t to uint32_t;
Diffstat (limited to 'protocol/pjrc/main.c')
-rw-r--r--protocol/pjrc/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/protocol/pjrc/main.c b/protocol/pjrc/main.c
index 15f14920b..0b0a44028 100644
--- a/protocol/pjrc/main.c
+++ b/protocol/pjrc/main.c
@@ -42,12 +42,6 @@
#define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))
-bool debug_enable = false;
-bool debug_matrix = false;
-bool debug_keyboard = false;
-bool debug_mouse = false;
-
-
int main(void)
{
DEBUG_LED_CONFIG;