mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
fix example build
This commit is contained in:
parent
e391e33492
commit
839ec17292
@ -92,7 +92,7 @@ int main(void) {
|
|||||||
init_tinyusb();
|
init_tinyusb();
|
||||||
while (1) {
|
while (1) {
|
||||||
tuh_task(); // tinyusb host task
|
tuh_task(); // tinyusb host task
|
||||||
led_blinking_task();
|
led_blinking_task(NULL);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user