usb: Remove unused "usbd_cable_connect" function definition.

It's not used anywhere, and if this sort of api becomes needed, it can be
designed cleanly and finished.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
Kuldeep Singh Dhaka 2015-05-27 03:25:18 +05:30 committed by Karl Palsson
parent 92845bc508
commit 57c7ba3283
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ extern uint8_t usbd_ep_stall_get(usbd_device *usbd_dev, uint8_t addr);
*/
extern void usbd_ep_nak_set(usbd_device *usbd_dev, uint8_t addr, uint8_t nak);
/* Optional */
extern void usbd_cable_connect(usbd_device *usbd_dev, uint8_t on);
END_DECLS
#endif