added dcd_remote_wakeup() stub for all ports
This commit is contained in:
@@ -161,6 +161,11 @@ void dcd_set_config(uint8_t rhport, uint8_t config_num)
|
||||
// nothing to do
|
||||
}
|
||||
|
||||
void dcd_remote_wakeup(uint8_t rhport)
|
||||
{
|
||||
(void) rhport;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// HELPER
|
||||
//--------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user