From 7a628f4dfca4a6cf3b086439bca6ca0361b92b39 Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 17 Mar 2018 02:17:40 +0700 Subject: adding bulk/int support still does not work though --- examples/device/nrf52840/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/device') diff --git a/examples/device/nrf52840/src/main.c b/examples/device/nrf52840/src/main.c index 7165ad4ff..44e0b3ebf 100644 --- a/examples/device/nrf52840/src/main.c +++ b/examples/device/nrf52840/src/main.c @@ -70,7 +70,7 @@ int main(void) tusb_task(); led_blinking_task(); - //virtual_com_task(); + virtual_com_task(); } return 0; -- cgit v1.3.1