common: Remove unused function USB_VcomReadBlocking().
[gps-watch.git] / src / common / virtual_com.h
index 5c15353831ef89cabc34286b186492812499b239..1b512ad7dac1db3bdc87981445f4f5515251db1e 100644 (file)
@@ -136,18 +136,6 @@ usb_device_handle USB_VcomInit(void);
  */
 void USB_VcomDeinit(usb_device_handle deviceHandle);
 
-/*!
- * @brief USB recive data from host using a blocking method.
- *
- * This function recives data from host by usb cdc protocol
- * @param baseAddr pointer to USB device handle.
- * @param buf pointer to the data.
- * @param count size of the transfer.
- *
- * @return A USB error code or kStatus_USB_Success.
- */
-status_t USB_VcomReadBlocking(usb_device_handle baseAddr, uint8_t *buf, size_t count);
-
 /*!
  * @brief USB send data to host using a blocking method.
  *