summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-12 22:03:13 +0700
committerhathach <[email protected]>2024-11-12 22:03:13 +0700
commit839ec1729252d81aa631ba7ea4653c5591f6fb6f (patch)
treed947e44e9139784f03814284f8222edb9ea50c1a /examples
parente391e33492b0051d4961909d0763f44918ab8048 (diff)
fix example build
Diffstat (limited to 'examples')
-rw-r--r--examples/host/device_info/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/device_info/src/main.c b/examples/host/device_info/src/main.c
index 6591a0198..8e0185878 100644
--- a/examples/host/device_info/src/main.c
+++ b/examples/host/device_info/src/main.c
@@ -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