Skip to content

Commit 1cf970a

Browse files
authored
Khadas VIM3 board constants fix.
1 parent c7d2f71 commit 1cf970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
# Khadas VIM3
166166
KHADAS_VIM3 = "KHADAS_VIM3"
167167

168-
_KHADAS_VIM3_IDS = (KHADAS_VIM3,)
168+
_KHADAS_40_PIN_IDS = (KHADAS_VIM3,)
169169

170170
# Asus Tinkerboard
171171
_ASUS_TINKER_BOARD_IDS = (ASUS_TINKER_BOARD,)

0 commit comments

Comments
 (0)