diff --git a/tests/gadget-zero/main-stm32f3-disco.c b/tests/gadget-zero/main-stm32f3-disco.c index 53970b9f..de5bfccf 100644 --- a/tests/gadget-zero/main-stm32f3-disco.c +++ b/tests/gadget-zero/main-stm32f3-disco.c @@ -84,9 +84,7 @@ int main(void) gpio_clear(GPIOE, GPIO12); static int i = 0; while (1) { - gpio_toggle(GPIOE, GPIO12); gadget0_run(usbd_dev); - ER_DPRINTF("loop %d\n", i++); } }