Skip to content

Commit ce37e43

Browse files
committed
Add Giant Board to any_embedded_linux
1 parent 213e2c3 commit ce37e43

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
@@ -345,7 +345,7 @@ def any_giant_board(self):
345345
@property
346346
def any_embedded_linux(self):
347347
"""Check whether the current board is any embedded Linux device."""
348-
return self.any_raspberry_pi or self.any_beaglebone or self.any_orange_pi
348+
return self.any_raspberry_pi or self.any_beaglebone or self.any_orange_pi or self.any_giant_board
349349

350350
def __getattr__(self, attr):
351351
"""

0 commit comments

Comments
 (0)