usb-gadget0: stm32f3: drop debug, be more consistent

Don't spew loop prints, be more like all the other targets.
This commit is contained in:
Karl Palsson 2018-05-02 23:23:36 +00:00
parent 63e0b6df3a
commit 72e1ffdc72
1 changed files with 0 additions and 2 deletions

View File

@ -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++);
}
}