From e0b7f22db10e137f7e948655739da2bf02441f58 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 14 Apr 2019 18:45:53 +0200 Subject: [PATCH] Comment debug msg --- common/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd.c b/common/cmd.c index 73c95bcd5..ab8eeedaa 100644 --- a/common/cmd.c +++ b/common/cmd.c @@ -68,7 +68,7 @@ uint8_t cmd_send(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void #ifdef WITH_FPC_HOST if (reply_via_fpc) { sendlen = usart_writebuffer((uint8_t *)&txcmd, sizeof(UsbCommand)); - Dbprintf_usb("Sent %i bytes over usart", len); +// Dbprintf_usb("Sent %i bytes over usart", len); } else { sendlen = usb_write((uint8_t *)&txcmd, sizeof(UsbCommand)); }