X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=protocol%2Fvusb%2Fmain.c;h=3deb82238ac25ea486879e58fd04e5b1e664729d;hb=a112f3614e0e3204ce35dcdfbf2723c3382c4c35;hp=1ba40a27a2d56226ee697dcdf0ca1198148d588b;hpb=a9a3610dd4a168e473d2d6a2eb3fbc37aabb46c9;p=max%2Ftmk_keyboard.git diff --git a/protocol/vusb/main.c b/protocol/vusb/main.c index 1ba40a27..3deb8223 100644 --- a/protocol/vusb/main.c +++ b/protocol/vusb/main.c @@ -62,11 +62,6 @@ int main(void) debug("initForUsbConnectivity()\n"); initForUsbConnectivity(); - int i; - while(--i){ /* To configured */ - usbPoll(); - _delay_ms(1); - } debug("main loop\n"); while (1) {