From 8f26ce95f02f724335fb4f043ea078c0bba056b1 Mon Sep 17 00:00:00 2001 From: jflyper Date: Mon, 31 Oct 2016 02:35:56 +0900 Subject: [PATCH] Comment tidy --- src/main/msp/msp_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/msp/msp_serial.c b/src/main/msp/msp_serial.c index de04e3ed78..ef39598c96 100644 --- a/src/main/msp/msp_serial.c +++ b/src/main/msp/msp_serial.c @@ -229,7 +229,7 @@ void mspSerialPush(uint8_t cmd, uint8_t *data, int datalen) continue; } - // XXX Avoid zombie VCP port + // XXX Kludge!!! Avoid zombie VCP port (avoid VCP entirely for now) if (mspPort->port->identifier == SERIAL_PORT_USB_VCP) { continue; }