summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-04-15 01:04:12 +0700
committerhathach <[email protected]>2022-04-15 01:04:12 +0700
commit05bfc1a9eba9fc901c35bdd1844cf962c5732310 (patch)
tree3d822f375969b49abba059f590981596796de3bd /examples/device/hid_boot_interface
parentcc5a4720e5c1295eacf02c7b81fc4454f29cfaa4 (diff)
pio device works well
Diffstat (limited to 'examples/device/hid_boot_interface')
-rw-r--r--examples/device/hid_boot_interface/src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/hid_boot_interface/src/main.c b/examples/device/hid_boot_interface/src/main.c
index ed7f235b7..031b17a2e 100644
--- a/examples/device/hid_boot_interface/src/main.c
+++ b/examples/device/hid_boot_interface/src/main.c
@@ -61,8 +61,6 @@ int main(void)
while (1)
{
- pio_usb_device_task();
-
tud_task(); // tinyusb device task
led_blinking_task();