working on suspend and resume

change dcd_init signature
This commit is contained in:
hathach
2019-03-29 16:23:00 +07:00
parent 0bdd4bd550
commit 1c2beba85c
14 changed files with 71 additions and 42 deletions
+1 -2
View File
@@ -177,10 +177,9 @@ static void xact_in_prepare(uint8_t epnum)
//--------------------------------------------------------------------+
// Controller API
//--------------------------------------------------------------------+
bool dcd_init (uint8_t rhport)
void dcd_init (uint8_t rhport)
{
(void) rhport;
return true;
}
void dcd_int_enable(uint8_t rhport)