aboutsummaryrefslogtreecommitdiff
path: root/protocol/iwrap/main.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-27 03:07:37 +0900
committertmk <nobody@nowhere>2012-10-27 03:07:37 +0900
commit16a583d7fd057c3ebcb859db44f097fd8073ec49 (patch)
treec10f26cbf2e65b523cb1fa7e642c3d79b4873f13 /protocol/iwrap/main.c
parent9389585d3d16319d5d739eef84f4ff11076235c1 (diff)
downloadqmk_firmware-16a583d7fd057c3ebcb859db44f097fd8073ec49.tar.gz
qmk_firmware-16a583d7fd057c3ebcb859db44f097fd8073ec49.zip
Fix usage of debug flag
Diffstat (limited to 'protocol/iwrap/main.c')
-rw-r--r--protocol/iwrap/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocol/iwrap/main.c b/protocol/iwrap/main.c
index c11ff7ab9..05a67337f 100644
--- a/protocol/iwrap/main.c
+++ b/protocol/iwrap/main.c
@@ -131,9 +131,6 @@ int main(void)
131 //pullup_pins(); 131 //pullup_pins();
132 //set_prr(); 132 //set_prr();
133 133
134 print_enable = true;
135 debug_enable = false;
136
137#ifdef HOST_VUSB 134#ifdef HOST_VUSB
138 disable_vusb(); 135 disable_vusb();
139#endif 136#endif