소스 검색

Remove Serial print

Per Mårtensson 3 년 전
부모
커밋
c94786f84a
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/keyboardpipe.cpp

+ 1 - 4
src/keyboardpipe.cpp

@@ -227,10 +227,7 @@ void USBHostKeyboard::onDataIn(ext_usb_pipe_cb_t cb)
 }
 
 void USBHostKeyboard::sendData(uint8_t *data2, size_t len)
-{
-                
-    
-    printf("TESTxxx");
+{              
     usb_irp_t *irp = ctrlPipe->allocateIRP(8);
     memcpy(irp->data_buffer, data2, len);
     uint8_t data =data2[0];