예제 #1
0
파일: main.c 프로젝트: olatief/Headstage
void usb_wakeup(void)   
{   
  hal_usb_wakeup();
 // radio_init();   
  usb_state = USB_AWAKE;   
}   
예제 #2
0
void usb_wakeup(void)
{
        hal_usb_wakeup();
        usb_state = USB_AWAKE;
}