diff options
| author | hathach <[email protected]> | 2018-03-14 22:01:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-14 22:01:16 +0700 |
| commit | 4a521711b96d3ea4a9946a128c065de72e832af6 (patch) | |
| tree | 3a6fc96e192b9452fded43b1f6a24f0fa95128b0 /examples/device | |
| parent | 7707fe194fbd81d8970933b1ae8d7f0a2951c41b (diff) | |
add usbd_control_xfer_substak
seperate control xfer Data and Status phase
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/nrf52840/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
