Skip to content

Commit f9016dc

Browse files
authored
Update chip.py
1 parent 7d76953 commit f9016dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_platformdetect/chip.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ def id(
142142
0x812E,
143143
0x8130,
144144
0x0105,
145-
)
146-
):
145+
)
146+
):
147147
self._chip_id = chips.RP2040_U2IF
148148
return self._chip_id
149149
raise RuntimeError(

0 commit comments

Comments
 (0)