Skip to content

Commit 08802f4

Browse files
committed
Added 40 pin raspberry pi to any embedded linux
1 parent 4a698ac commit 08802f4

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)