Sanjay Govind hace 11 meses
padre
commit
95149dd6e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
                 }
             }