We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea0bb8 commit 9114fa4Copy full SHA for 9114fa4
src/RS485.h
@@ -90,7 +90,7 @@ class RS485Class : public Stream {
90
91
bool _transmisionBegun;
92
unsigned long _baudrate;
93
- uint16_t _config;
+ RS485_SER_CONF_TYPE _config;
94
};
95
96
extern RS485Class RS485;
0 commit comments