Skip to content

Commit

Permalink
Update chip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnohj authored Aug 8, 2024
1 parent 7d76953 commit f9016dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adafruit_platformdetect/chip.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def id(
0x812E,
0x8130,
0x0105,
)
):
)
):

Check failure on line 146 in adafruit_platformdetect/chip.py

View workflow job for this annotation

GitHub Actions / test

Parsing failed: 'invalid syntax (<unknown>, line 146)'
self._chip_id = chips.RP2040_U2IF
return self._chip_id
raise RuntimeError(
Expand Down

0 comments on commit f9016dc

Please sign in to comment.