Skip to content

Commit 5e719a4

Browse files
miekwhitequark
authored andcommitted
applet.internal.selftest: label 'broken' tests as 'not supported' instead
1 parent a477a87 commit 5e719a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/glasgow/applet/internal/selftest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def decode_pins(bits):
168168

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

174174
if mode == "pins-int":

0 commit comments

Comments
 (0)