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 1a5eed7 commit f3d4b2fCopy full SHA for f3d4b2f
adafruit_pioasm.py
@@ -15,7 +15,7 @@
15
import re
16
17
splitter = re.compile(r",\s*|\s+(?:,\s*)?").split
18
-mov_splitter = re.compile('!|~|::').split
+mov_splitter = re.compile("!|~|::").split
19
20
__version__ = "0.0.0-auto.0"
21
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git"
0 commit comments