Change deperecation year for serial port direct constructor (#1504)

This commit is contained in:
Thad House
2018-12-24 13:17:19 -08:00
committed by Peter Johnson
parent f163216a4c
commit ce6f1d0588

View File

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