Skip to content

Commit 0573be7

Browse files
committed
Return correct connector pinout for Pi B3
1 parent 1aaaad5 commit 0573be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Raspberry.System/Board.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ private ConnectorPinout LoadConnectorPinout()
262262
case Model.ComputeModule:
263263
case Model.APlus:
264264
case Model.B2:
265+
case Model.B3:
265266
return ConnectorPinout.Plus;
266267

267268
default:

0 commit comments

Comments
 (0)