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 dca4263 commit d994574Copy full SHA for d994574
examples/MKRWANFWUpdate_standalone/serial_arduino.h
@@ -55,7 +55,7 @@ struct port_interface {
55
port_err_t (*flush)(struct port_interface *port);
56
port_err_t (*read)(struct port_interface *port, void *buf, size_t nbyte);
57
port_err_t (*write)(struct port_interface *port, void *buf, size_t nbyte);
58
- struct varlen_cmd *cmd_get_reply;
+ struct varlen_cmd *cmd_get_reply = NULL;
59
Uart *dev;
60
struct port_options *ops;
61
};
0 commit comments