1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Comment tidy

This commit is contained in:
jflyper 2016-10-31 02:35:56 +09:00
parent a5c14eed9a
commit 8f26ce95f0

View file

@ -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;
}