Skip to content

Commit

Permalink
fix example build
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Nov 12, 2024
1 parent e391e33 commit 839ec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/host/device_info/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(void) {
init_tinyusb();
while (1) {
tuh_task(); // tinyusb host task
led_blinking_task();
led_blinking_task(NULL);
}
return 0;
#endif
Expand Down

0 comments on commit 839ec17

Please sign in to comment.