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 48ce11a commit 169aaafCopy full SHA for 169aaaf
src/sfTk/sfDevFPC2534.cpp
@@ -656,7 +656,7 @@ fpc_result_t sfDevFPC2534::processNextResponse(bool flushNone)
656
657
// Sanity check of the header...
658
if (frameHeader.version != FPC_FRAME_PROTOCOL_VERSION ||
659
- ((frameHeader.flags & FPC_FRAME_FLAG_SENDER_FW_APP) == 0) ||
+ ((frameHeader.flags & (FPC_FRAME_FLAG_SENDER_FW_APP | FPC_FRAME_FLAG_SENDER_FW_BL)) == 0) ||
660
(frameHeader.type != FPC_FRAME_TYPE_CMD_RESPONSE && frameHeader.type != FPC_FRAME_TYPE_CMD_EVENT))
661
return FPC_RESULT_IO_BAD_DATA;
662
0 commit comments