Skip to content

Commit a541076

Browse files
authored
Merge pull request #15 from Weizilla/missing-rpi-zero-comma
Add missing comma in Raspberry PI Zero rev code list
2 parents 10f588d + 3323551 commit a541076

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)