We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cf2cd commit 07e8625Copy full SHA for 07e8625
adafruit_platformdetect/chip.py
@@ -129,7 +129,7 @@ def _linux_id(self):
129
130
if self.detector.check_dt_compatible_value("rockchip,rk3308"):
131
return chips.RK3308
132
-
+
133
if self.detector.check_dt_compatible_value("rockchip,rk3288"):
134
return chips.RK3288
135
adafruit_platformdetect/constants/boards.py
@@ -348,9 +348,7 @@
348
_PINE64_DEV_IDS = (PINE64, PINEBOOK, PINEPHONE)
349
350
# ASUS Tinker Board
351
-_ASUS_TINKER_BOARD_DEV_IDS = (
352
-ASUS_TINKER_BOARD
353
-)
+_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
354
355
# UDOO
356
_UDOO_BOARD_IDS = {UDOO_BOLT_V8: ("SC40-2000-0000-C0|C",)}
0 commit comments