소스 검색

lerp test

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

+ 0 - 1
helpers/pof_usb.c

@@ -83,7 +83,6 @@ 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 + timeout;
                 }
             }