Skip to content

Commit 4309080

Browse files
authored
Update chip.py
1 parent 89a3bbe commit 4309080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _linux_id(self): # pylint: disable=too-many-branches
103103
linux_id = IMX8MX
104104
if compatible and 'odroid-c2' in compatible:
105105
linux_id = S905
106-
if compatible and 'amlogic, g12broot' in compatible:
106+
if compatible and 'amlogic, g12b' in compatible:
107107
linux_id = S922X
108108

109109
elif hardware in ("BCM2708", "BCM2709", "BCM2835"):

0 commit comments

Comments
 (0)