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 d3e7e38 commit 972f21bCopy full SHA for 972f21b
qt/reader.h
@@ -15,7 +15,7 @@ class Reader : public QObject
15
16
static const uint32_t bufSize = 4096;
17
18
- SerialPort *serialPort;
+ SerialPort *serialPort = nullptr;
19
QString portName;
20
qint32 baudRate;
21
uint8_t *rbuf;
qt/writer.h
@@ -16,7 +16,7 @@ class Writer : public QObject
static const uint32_t bufSize = 64;
22
uint8_t *buf;
0 commit comments