Skip to content

Commit

Permalink
Merge pull request #553 from Foundation-Devices/SFT-4203-casa-qr-heal…
Browse files Browse the repository at this point in the history
…th-checks-broken

SFT-4203: fixed decoding of single-frame UR2s
  • Loading branch information
jeandudey committed Sep 16, 2024
2 parents d6cdae7 + c96566f commit 47c6b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extmod/foundation/modfoundation-ur.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ STATIC NORETURN void mod_foundation_ur_raise(UR_Error *error) {
type = &mp_type_UnsupportedError;
break;
case UR_ERROR_KIND_NOT_MULTI_PART:
type = &mp_type_UnsupportedError;
type = &mp_type_NotMultiPartError;
break;
default:
type = &mp_type_RuntimeError;
Expand Down

0 comments on commit 47c6b25

Please sign in to comment.