Fix broken error reporting

This commit is contained in:
TamtamHero
2020-07-07 23:54:18 +02:00
parent ac202a4a25
commit c2e3d75328
2 changed files with 2 additions and 7 deletions

View File

@@ -72,10 +72,10 @@ void handleSign(uint8_t p1, uint8_t p2, uint8_t *workBuffer, uint16_t dataLength
THROW(0x6A80);
}
*flags |= IO_ASYNCH_REPLY;
if (txResult == USTREAM_FINISHED) {
finalizeParsing(false);
}
*flags |= IO_ASYNCH_REPLY;
}