common: USB_VcomDeinit() always shuts down the singleton CDC device.
[gps-watch.git] / src / common / virtual_com.h
index c8e5f020391bb1eb192606c014e9e65dcd1a3739..84acdfa4b31d55a0edc24a6e21abda5889218289 100644 (file)
@@ -134,6 +134,6 @@ usb_device_handle USB_VcomInit (uint16_t vid, uint16_t pid);
  *
  * @return pointer to USB device handle.
  */
-void USB_VcomDeinit(usb_device_handle deviceHandle);
+void USB_VcomDeinit (void);
 
 #endif /* _USB_CDC_VCOM_H_ */