resolve boards.OLIMEX_LIME2 error
This commit is contained in:
parent
53ca17ebc4
commit
dd6bc908ac
1 changed files with 1 additions and 1 deletions
|
|
@ -992,7 +992,7 @@ class Board:
|
|||
@property
|
||||
def any_olimex_lime2_board(self):
|
||||
"""Check whether the current board is any Pine64 device."""
|
||||
return self.id in boards.OLIMEX_LIME2
|
||||
return self.id in boards._OLIMEX_LIME2
|
||||
|
||||
@property
|
||||
def any_repka_board(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue