able to build with lpc43xx demo

This commit is contained in:
hathach
2012-12-04 14:12:48 +07:00
parent 8f00307986
commit 82820a2066
14 changed files with 887 additions and 17 deletions

View File

@@ -93,6 +93,7 @@ uint16_t tusb_cdc_send(uint8_t* buffer, uint16_t count);
*/
uint16_t tusb_cdc_recv(uint8_t* buffer, uint16_t max);
#ifdef DEVICE_ROMDRIVER
/** \brief initialize cdc driver
*
* \param[in] para1
@@ -111,3 +112,5 @@ TUSB_Error_t tusb_cdc_init(USBD_HANDLE_T hUsb, USB_INTERFACE_DESCRIPTOR const *c
*/
TUSB_Error_t tusb_cdc_configured(USBD_HANDLE_T hUsb);
#endif
#endif