소스 검색

reduce timeout to 30ms

Eric Betts 1 년 전
부모
커밋
2305734bd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      helpers/pof_usb.c

+ 1 - 1
helpers/pof_usb.c

@@ -78,7 +78,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 = 100; // FuriWaitForever; //ms
+    uint32_t timeout = 30; // FuriWaitForever; //ms
     FURI_LOG_D(TAG, "pof_thread_worker");
 
     while(true) {