Skip to content

Commit 4afe475

Browse files
committed
schema/chip.py: Add ??? type to make tests pass.
1 parent 80442d3 commit 4afe475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema/chip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"SMI",
1313
"PWM",
1414
"UNUSED",
15+
"???" # TODO: Remove me to check for untyped signals
1516
]
1617
valid_pin_types = ["gpio", "power", "nc"]
1718
valid_pin_subtypes = ["+5v", "+3v3", "ground"]

0 commit comments

Comments
 (0)