Sanjay Govind пре 11 месеци
родитељ
комит
95149dd6e1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      helpers/pof_usb.c

+ 1 - 1
helpers/pof_usb.c

@@ -83,7 +83,7 @@ static int32_t pof_thread_worker(void* context) {
                 len_data = virtual_portal_send_status(virtual_portal, tx_data);
                 if(len_data > 0) {
                     pof_usb_send(dev, tx_data, POF_USB_ACTUAL_OUTPUT_SIZE);
-                    next = now + timeoutResponse;
+                    next = now + timeout;
                 }
             }