added dcd_sof_enable() stubs for all other ports
This commit is contained in:
@@ -497,4 +497,12 @@ void dcd_connect(uint8_t rhport)
|
||||
usb_attach();
|
||||
}
|
||||
|
||||
void dcd_sof_enable(uint8_t rhport, bool en)
|
||||
{
|
||||
(void) rhport;
|
||||
(void) en;
|
||||
|
||||
// TODO implement later
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -551,4 +551,12 @@ void dcd_connect(uint8_t rhport)
|
||||
usb_attach();
|
||||
}
|
||||
|
||||
void dcd_sof_enable(uint8_t rhport, bool en)
|
||||
{
|
||||
(void) rhport;
|
||||
(void) en;
|
||||
|
||||
// TODO implement later
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -720,4 +720,12 @@ void dcd_connect(uint8_t rhport)
|
||||
usb_attach();
|
||||
}
|
||||
|
||||
void dcd_sof_enable(uint8_t rhport, bool en)
|
||||
{
|
||||
(void) rhport;
|
||||
(void) en;
|
||||
|
||||
// TODO implement later
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user