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 034241a commit 85e13a7Copy full SHA for 85e13a7
applications/zpc/components/zwave_api/src/zwapi_init.c
@@ -136,7 +136,7 @@ bool zwapi_poll()
136
zwapi_session_enqueue_rx_frames();
137
bool more_frames = zwapi_session_dequeue_frame(&frame, &len);
138
139
- if (frame) {
+ if (frame && len >=1) {
140
zwave_api_protocol_rx_dispatch(frame, len);
141
free(frame);
142
}
0 commit comments