Skip to content

Commit 9114fa4

Browse files
committed
bug fix
1 parent 3ea0bb8 commit 9114fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RS485.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class RS485Class : public Stream {
9090

9191
bool _transmisionBegun;
9292
unsigned long _baudrate;
93-
uint16_t _config;
93+
RS485_SER_CONF_TYPE _config;
9494
};
9595

9696
extern RS485Class RS485;

0 commit comments

Comments
 (0)