소스 검색

set sense timer to 32ms

Sanjay Govind 11 달 전
부모
커밋
df0431d7b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helpers/pof_usb.c

+ 1 - 1
helpers/pof_usb.c

@@ -40,7 +40,7 @@ static int32_t pof_thread_worker(void* context) {
 
     uint32_t len_data = 0;
     uint8_t tx_data[POF_USB_TX_MAX_SIZE] = {0};
-    uint32_t timeout = 30; // FuriWaitForever; //ms
+    uint32_t timeout = 32; // FuriWaitForever; //ms
     uint32_t lastStatus = 0x0;
 
     while(true) {