Skip to content

Commit

Permalink
schema/chip.py: Add ??? type to make tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 16, 2024
1 parent 80442d3 commit 4afe475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/chip.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"SMI",
"PWM",
"UNUSED",
"???" # TODO: Remove me to check for untyped signals
]
valid_pin_types = ["gpio", "power", "nc"]
valid_pin_subtypes = ["+5v", "+3v3", "ground"]
Expand Down

0 comments on commit 4afe475

Please sign in to comment.