We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a477a87 commit 5e719a4Copy full SHA for 5e719a4
software/glasgow/applet/internal/selftest/__init__.py
@@ -168,7 +168,7 @@ def decode_pins(bits):
168
169
if mode in ("pins-int", "pins-ext", "pins-pull"):
170
if device.revision >= "C0":
171
- raise GlasgowAppletError(f"mode {mode} is broken on device revision "
+ raise GlasgowAppletError(f"mode {mode} is not supported on device revision "
172
f"{device.revision}")
173
174
if mode == "pins-int":
0 commit comments