Skip to content

Commit d9e4f42

Browse files
committed
put back
1 parent 592fe8d commit d9e4f42

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
@@ -994,7 +994,7 @@ def any_nxp_navq_board(self) -> bool:
994994
@property
995995
def any_olimex_lime2_board(self):
996996
"""Check whether the current board is any Pine64 device."""
997-
return self.id in boards._OLIMEX_LIME2
997+
return self.id in boards.OLIMEX_LIME2
998998

999999
@property
10001000
def any_repka_board(self):

0 commit comments

Comments
 (0)