From a08cb6e7274d307f704dafabbebbb7dd9ca73f30 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 1 Jul 2018 15:54:40 +0700 Subject: clean up --- examples/device/device_virtual_com/src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/device/device_virtual_com/src/main.c') 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) { -- cgit v1.3.1