Skip to content

Commit bf6efca

Browse files
committed
Removed = in cpp
1 parent 13ee6db commit bf6efca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RS485CommClass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RS485CommClass::RS485CommClass(arduino::UART& uart_itf, PinName rs_tx_pin, PinNa
1717
RS485CommClass::~RS485CommClass()
1818
{ }
1919

20-
void RS485CommClass::begin(unsigned long baudrate, uint16_t config = SERIAL_8N1, int predelay, int postdelay) {
20+
void RS485CommClass::begin(unsigned long baudrate, uint16_t config, int predelay, int postdelay) {
2121
/* Pinout configuration */
2222
pinMode(PinNameToIndex(MC_RS485_TX_PIN), OUTPUT);
2323
pinMode(PinNameToIndex(MC_RS485_RX_PIN), OUTPUT);

0 commit comments

Comments
 (0)