Advertisement
Guest User

Untitled

a guest
Nov 7th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1.  
  2. TM_USB_MSCHOST_Result_t TM_USB_MSCHOST_DeInit(void) {
  3.     /* Deinit USB host */
  4.     USBH_DeInit(&USB_OTG_MSC_Core, &USB_Host);
  5.    
  6.     /* Return OK */
  7.     return TM_USB_MSCHOST_Result_Disconnected;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement