Update board_stub_builder.py
This commit is contained in:
parent
28e6afca47
commit
dc6c4eeb72
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def get_board_pins(pin_filename):
|
|||
if line.strip()[0:2] == "//":
|
||||
continue
|
||||
|
||||
# (\s*) means any amount of whitespaces (no whitespaces allowed too)
|
||||
# \s* means any amount of whitespaces (no whitespaces allowed too)
|
||||
# related issue: https://github.com/adafruit/circuitpython/issues/9407
|
||||
|
||||
search = re.search(r"MP_ROM_QSTR\(MP_QSTR_(.*?)\),\s*MP_ROM_PTR", line)
|
||||
|
|
|
|||
Loading…
Reference in a new issue