mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
usb_drv_connected() is declared in usb_drv.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31490 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2115eac7bb
commit
280d5844a1
4 changed files with 0 additions and 37 deletions
|
|
@ -39,6 +39,4 @@
|
|||
/* Connect by events, not by tick polling */
|
||||
#define USB_STATUS_BY_EVENT
|
||||
|
||||
bool usb_drv_connected(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -37,6 +37,4 @@
|
|||
|
||||
#define USB_DRV_CONNECTED() (__gpio_get_pin(GPIO_UDC_DETE) == 1)
|
||||
|
||||
bool usb_drv_connected(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue