Skip to content

Commit 3323551

Browse files
committed
Add missing comma in Raspberry PI Zero rev code list
1 parent 10f588d commit 3323551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
'10000011', '10000014',
187187
),
188188
RASPBERRY_PI_ZERO: (
189-
'900092', '920092', '900093', '920093'
189+
'900092', '920092', '900093', '920093',
190190
'1900092', '1920092', '1900093', '1920093', # warranty bit 24
191191
'2900092', '2920092', '2900093', '2920093', # warranty bit 25
192192
),

0 commit comments

Comments
 (0)