mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
move usb_pin_init() declaration to PP's system-target.h
remove duplicate usb_detect() declaration Remove all content from empty usb-target.h files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31488 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bce42fdc31
commit
df09274768
13 changed files with 2 additions and 112 deletions
|
|
@ -39,7 +39,6 @@
|
|||
/* Connect by events, not by tick polling */
|
||||
#define USB_STATUS_BY_EVENT
|
||||
|
||||
int usb_detect(void);
|
||||
bool usb_drv_connected(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
|
||||
#define USB_DRV_CONNECTED() (__gpio_get_pin(GPIO_UDC_DETE) == 1)
|
||||
|
||||
int usb_detect(void);
|
||||
bool usb_drv_connected(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue