We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0381b30 commit fa2b868Copy full SHA for fa2b868
adafruit_pioasm.py
@@ -192,7 +192,7 @@ def assemble(text_program):
192
try:
193
assembled[-1] |= SET_DESTINATIONS.index(instruction[1]) << 5
194
except ValueError as exc:
195
- raise RuntimeError(f"Uknnown set destination {instruction[1]}") from exc
+ raise RuntimeError(f"Unknown set destination {instruction[1]}") from exc
196
value = int(instruction[-1])
197
if not 0 <= value <= 31:
198
raise RuntimeError("Set value out of range")
0 commit comments