diff options
author | tmk <nobody@nowhere> | 2012-10-27 03:07:37 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-27 03:07:37 +0900 |
commit | 16a583d7fd057c3ebcb859db44f097fd8073ec49 (patch) | |
tree | c10f26cbf2e65b523cb1fa7e642c3d79b4873f13 /protocol/vusb/main.c | |
parent | 9389585d3d16319d5d739eef84f4ff11076235c1 (diff) |
Fix usage of debug flag
Diffstat (limited to 'protocol/vusb/main.c')
-rw-r--r-- | protocol/vusb/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocol/vusb/main.c b/protocol/vusb/main.c index e964a69a87..8e4a266e9b 100644 --- a/protocol/vusb/main.c +++ b/protocol/vusb/main.c @@ -53,10 +53,6 @@ int main(void) uart_init(UART_BAUD_RATE); #endif - debug_enable = true; - print_enable = true; - - debug("keyboard_init()\n"); keyboard_init(); host_set_driver(vusb_driver()); |