mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Comment tidy
This commit is contained in:
parent
a5c14eed9a
commit
8f26ce95f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue