소스 검색

add back deleted line

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

+ 1 - 0
helpers/pof_usb.c

@@ -144,6 +144,7 @@ static int32_t pof_thread_worker(void* context) {
                 if(send_len > 0) {
                     pof_usb_send(dev, tx_data, POF_USB_ACTUAL_OUTPUT_SIZE);
                 }
+                pof_usb->dataAvailable = 0;
             }
 
             // Check next status time since the timeout based one might be starved by incoming packets.