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 9861fd0 commit 55bee3fCopy full SHA for 55bee3f
adafruit_pioasm.py
@@ -170,7 +170,7 @@ def assemble(text_program):
170
raise RuntimeError("Set value out of range")
171
assembled[-1] |= value
172
else:
173
- raise RuntimeError("Unknown instruction:" + instruction)
+ raise RuntimeError("Unknown instruction:" + instruction[0])
174
assembled[-1] |= delay << 8
175
# print(hex(assembled[-1]))
176
0 commit comments