Update adafruit_pioasm.py
Co-authored-by: Scott Shawcroft <scott@adafruit.com>
This commit is contained in:
parent
b746aec729
commit
d6dcfab478
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class Program: # pylint: disable=too-few-public-methods
|
|||
assembled: array.array
|
||||
"""The assembled PIO program instructions"""
|
||||
public_labels: dict[str, int]
|
||||
"""The offset of any labels delcared public"""
|
||||
"""The offset of any labels declared public"""
|
||||
pio_kwargs: dict[str, Any]
|
||||
"""Settings from assembler directives to pass to the StateMachine constructor"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue