Skip to content

Commit 00db106

Browse files
authored
Merge pull request #184 from makermelissa/main
Added 40 pin raspberry pi to any embedded linux
2 parents 0f41f6c + 08802f4 commit 00db106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ def any_embedded_linux(self):
601601
"""Check whether the current board is any embedded Linux device."""
602602
return any(
603603
[
604+
self.any_raspberry_pi_40_pin,
604605
self.any_raspberry_pi,
605606
self.any_beaglebone,
606607
self.any_orange_pi,

0 commit comments

Comments
 (0)