Comment debug msg
This commit is contained in:
@@ -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
|
#ifdef WITH_FPC_HOST
|
||||||
if (reply_via_fpc) {
|
if (reply_via_fpc) {
|
||||||
sendlen = usart_writebuffer((uint8_t *)&txcmd, sizeof(UsbCommand));
|
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 {
|
} else {
|
||||||
sendlen = usb_write((uint8_t *)&txcmd, sizeof(UsbCommand));
|
sendlen = usb_write((uint8_t *)&txcmd, sizeof(UsbCommand));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user