Skip to content

Commit

Permalink
applet.internal.selftest: label 'broken' tests as 'not supported' ins…
Browse files Browse the repository at this point in the history
…tead
  • Loading branch information
miek authored and whitequark committed Jan 5, 2025
1 parent a477a87 commit 5e719a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/glasgow/applet/internal/selftest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def decode_pins(bits):

if mode in ("pins-int", "pins-ext", "pins-pull"):
if device.revision >= "C0":
raise GlasgowAppletError(f"mode {mode} is broken on device revision "
raise GlasgowAppletError(f"mode {mode} is not supported on device revision "
f"{device.revision}")

if mode == "pins-int":
Expand Down

0 comments on commit 5e719a4

Please sign in to comment.