diff options
| author | hathach <[email protected]> | 2018-07-01 15:54:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-01 15:54:40 +0700 |
| commit | a08cb6e7274d307f704dafabbebbb7dd9ca73f30 (patch) | |
| tree | dbf91d42cf9e2e051d57ba16060dba04ebd70a67 /examples/device/device_virtual_com/src/main.c | |
| parent | 19eb62ebe4ad2389064e5a1b1557aa0ca49b2bf7 (diff) | |
clean up
Diffstat (limited to 'examples/device/device_virtual_com/src/main.c')
| -rw-r--r-- | examples/device/device_virtual_com/src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/device_virtual_com/src/main.c b/examples/device/device_virtual_com/src/main.c index 8145d0183..531733cdc 100644 --- a/examples/device/device_virtual_com/src/main.c +++ b/examples/device/device_virtual_com/src/main.c @@ -45,7 +45,6 @@ #include "bsp/board.h" #include "tusb.h" -#include "tusb_descriptors.h" //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF @@ -65,7 +64,6 @@ int main(void) print_greeting(); tusb_init(); - tud_set_descriptors(&usb_desc_init); while (1) { |
