MI - small bugfix

This commit is contained in:
rejoe2 2023-03-24 16:12:21 +01:00 committed by GitHub
parent c1e7128846
commit 03b1eb126c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -593,7 +593,7 @@ const byteAssign_t InfoAssignment[] = {
status += stschan;
}
if (status == 8000)
status == 8310; //trick?
status = 8310; //trick?
}
uint16_t prntsts = status == 3 ? 1 : status;