Skip to content

Commit fa2b868

Browse files
authored
Typo spotted after tweeting... Doh
1 parent 0381b30 commit fa2b868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pioasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def assemble(text_program):
192192
try:
193193
assembled[-1] |= SET_DESTINATIONS.index(instruction[1]) << 5
194194
except ValueError as exc:
195-
raise RuntimeError(f"Uknnown set destination {instruction[1]}") from exc
195+
raise RuntimeError(f"Unknown set destination {instruction[1]}") from exc
196196
value = int(instruction[-1])
197197
if not 0 <= value <= 31:
198198
raise RuntimeError("Set value out of range")

0 commit comments

Comments
 (0)