summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-17 02:17:40 +0700
committerhathach <[email protected]>2018-03-17 02:17:40 +0700
commit7a628f4dfca4a6cf3b086439bca6ca0361b92b39 (patch)
treea3f15eff18ce72b100131a89a0dfaa430c6b217e /examples
parent87a2c935df1d52d6d90f8cd14676d75f487e408b (diff)
adding bulk/int support
still does not work though
Diffstat (limited to 'examples')
-rw-r--r--examples/device/nrf52840/src/main.c2
1 files changed, 1 insertions, 1 deletions
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;