added dcd_sof_enable() stubs for all other ports
This commit is contained in:
		| @@ -294,6 +294,14 @@ void dcd_disconnect(uint8_t rhport) | ||||
|   dcd_reg->USBCMD &= ~USBCMD_RUN_STOP; | ||||
| } | ||||
|  | ||||
| void dcd_sof_enable(uint8_t rhport, bool en) | ||||
| { | ||||
|   (void) rhport; | ||||
|   (void) en; | ||||
|  | ||||
|   // TODO implement later | ||||
| } | ||||
|  | ||||
| //--------------------------------------------------------------------+ | ||||
| // HELPER | ||||
| //--------------------------------------------------------------------+ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach