Skip to content

Commit c5e0039

Browse files
authored
Merge pull request #16 from ladyada/master
fix raspi codes
2 parents a541076 + 0c65caa commit c5e0039

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

adafruit_platformdetect/board.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,23 @@
163163
'0002', '0003',
164164

165165
# Overvolted/clocked versions:
166-
'10000002', '10000003',
166+
'1000002', '1000003',
167167
),
168168
RASPBERRY_PI_B_REV2: (
169169
'0005', '0006', '000d', '000e', '000f',
170-
'10000005', '10000006', '1000000d', '1000000e', '1000000f',
170+
'1000005', '1000006', '100000d', '100000e', '100000f',
171171
),
172172
RASPBERRY_PI_B_PLUS: (
173173
'0010', '0013', '900032',
174-
'10000010', '10000013', '1900032',
174+
'1000010', '1000013', '1900032',
175175
),
176176
RASPBERRY_PI_A: (
177177
'0007', '0008', '0009',
178-
'10000007', '10000008', '10000009',
178+
'1000007', '1000008', '1000009',
179179
),
180180
RASPBERRY_PI_A_PLUS: (
181181
'0012', '0015', '900021',
182-
'10000012', '10000015', '1900021',
182+
'1000012', '1000015', '1900021',
183183
),
184184
RASPBERRY_PI_CM1: (
185185
'0011', '0014',

0 commit comments

Comments
 (0)