From 4a521711b96d3ea4a9946a128c065de72e832af6 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 14 Mar 2018 22:01:16 +0700 Subject: add usbd_control_xfer_substak seperate control xfer Data and Status phase --- 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 48e7f1cce..7165ad4ff 100644 --- a/examples/device/nrf52840/src/main.c +++ b/examples/device/nrf52840/src/main.c @@ -67,7 +67,7 @@ int main(void) while (1) { - //tusb_task(); + tusb_task(); led_blinking_task(); //virtual_com_task(); -- cgit v1.3.1