Skip to content

Commit dd6bc90

Browse files
committed
resolve boards.OLIMEX_LIME2 error
1 parent 53ca17e commit dd6bc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def any_nxp_navq_board(self) -> bool:
992992
@property
993993
def any_olimex_lime2_board(self):
994994
"""Check whether the current board is any Pine64 device."""
995-
return self.id in boards.OLIMEX_LIME2
995+
return self.id in boards._OLIMEX_LIME2
996996

997997
@property
998998
def any_repka_board(self):

0 commit comments

Comments
 (0)