Update adafruit_pioasm.py

Co-authored-by: Scott Shawcroft <scott@adafruit.com>
This commit is contained in:
Jeff Epler 2024-09-24 16:58:29 -05:00 committed by GitHub
parent b746aec729
commit d6dcfab478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"""