Serial: removed the validateBaudrate function from nuttx and posix platforms and just send out a warning it baudrate is non-standard (#22969)

- Fix some Qurt platform build issues uncovered when changing the posix version of SerialImpl
This commit is contained in:
Eric Katzfey
2024-04-04 09:07:46 -07:00
committed by GitHub
parent 047e900c2a
commit 0a867b5d1d
11 changed files with 295 additions and 56 deletions
-1
View File
@@ -109,7 +109,6 @@ private:
StopBits _stopbits{StopBits::One};
FlowControl _flowcontrol{FlowControl::Disabled};
bool validateBaudrate(uint32_t baudrate);
bool configure();
bool _single_wire_mode{false};