소스 검색

PoF: Unlock USB

Willy-JL 10 달 전
부모
커밋
32dee88538
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      portal_of_flipper/helpers/pof_usb.c

+ 1 - 0
portal_of_flipper/helpers/pof_usb.c

@@ -424,6 +424,7 @@ PoFUsb* pof_usb_start(VirtualPortal* virtual_portal) {
     pof_usb->usb.str_serial_descr = NULL;
     pof_usb->usb.cfg_descr = (void*)&usb_pof_cfg_descr;
 
+    furi_hal_usb_unlock();
     if(!furi_hal_usb_set_config(&pof_usb->usb, pof_usb)) {
         FURI_LOG_E(TAG, "USB locked, can not start");
         if(pof_usb->usb.str_manuf_descr) {