add CDC mode only for use with Arduino touch 1200

fix issue with reading current.uf2 size when flashed with jlink
This commit is contained in:
hathach
2018-08-16 19:27:27 +07:00
parent 0b3f49f4a1
commit 8c66a55511
4 changed files with 24 additions and 6 deletions

View File

@ -85,9 +85,6 @@ typedef struct ATTR_PACKED
} usb_desc_cfg_t;
extern tusb_desc_device_t usb_desc_dev;
extern usb_desc_cfg_t usb_desc_cfg;
#ifdef __cplusplus
}
#endif