mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Removing old comment now that the implementation exists.
This commit is contained in:
parent
32e0846fc0
commit
8a05f861f7
1 changed files with 0 additions and 2 deletions
|
@ -180,8 +180,6 @@ static serialPortSearchResult_t *findSerialPort(serialPortFunction_e function, c
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO check speed and mode
|
|
||||||
|
|
||||||
serialPortSearchResult.portIndex = serialPortIndex;
|
serialPortSearchResult.portIndex = serialPortIndex;
|
||||||
serialPortSearchResult.portConstraint = serialPortConstraint;
|
serialPortSearchResult.portConstraint = serialPortConstraint;
|
||||||
serialPortSearchResult.portFunction = serialPortFunction;
|
serialPortSearchResult.portFunction = serialPortFunction;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue