Explorar o código

reduce timeout to 30ms

Eric Betts hai 1 ano
pai
achega
2305734bd8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {