mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Change deperecation year for serial port direct constructor (#1504)
This commit is contained in:
committed by
Peter Johnson
parent
f163216a4c
commit
ce6f1d0588
@@ -82,7 +82,7 @@ class SerialPort : public ErrorBase {
|
||||
* @param stopBits The number of stop bits to use as defined by the enum
|
||||
* StopBits.
|
||||
*/
|
||||
WPI_DEPRECATED("Will be removed for 2019")
|
||||
WPI_DEPRECATED("Will be removed for 2020")
|
||||
SerialPort(int baudRate, const wpi::Twine& portName, Port port = kOnboard,
|
||||
int dataBits = 8, Parity parity = kParity_None,
|
||||
StopBits stopBits = kStopBits_One);
|
||||
|
||||
Reference in New Issue
Block a user