resolve boards.OLIMEX_LIME2 error

This commit is contained in:
brentru 2024-05-30 09:40:55 -04:00
parent 53ca17ebc4
commit dd6bc908ac

View file

@ -992,7 +992,7 @@ class Board:
@property @property
def any_olimex_lime2_board(self): def any_olimex_lime2_board(self):
"""Check whether the current board is any Pine64 device.""" """Check whether the current board is any Pine64 device."""
return self.id in boards.OLIMEX_LIME2 return self.id in boards._OLIMEX_LIME2
@property @property
def any_repka_board(self): def any_repka_board(self):