diff options
| author | hathach <[email protected]> | 2018-03-17 02:17:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-17 02:17:40 +0700 |
| commit | 7a628f4dfca4a6cf3b086439bca6ca0361b92b39 (patch) | |
| tree | a3f15eff18ce72b100131a89a0dfaa430c6b217e /examples/device | |
| parent | 87a2c935df1d52d6d90f8cd14676d75f487e408b (diff) | |
adding bulk/int support
still does not work though
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 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; |
