We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b746aec commit d6dcfabCopy full SHA for d6dcfab
adafruit_pioasm.py
@@ -58,7 +58,7 @@ class Program: # pylint: disable=too-few-public-methods
58
assembled: array.array
59
"""The assembled PIO program instructions"""
60
public_labels: dict[str, int]
61
- """The offset of any labels delcared public"""
+ """The offset of any labels declared public"""
62
pio_kwargs: dict[str, Any]
63
"""Settings from assembler directives to pass to the StateMachine constructor"""
64
0 commit comments