浏览代码

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];