We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b609c90 commit 44b9ec0Copy full SHA for 44b9ec0
adafruit_platformdetect/board.py
@@ -620,7 +620,7 @@ def any_embedded_linux(self):
620
"""Check whether the current board is any embedded Linux device."""
621
622
def lazily_generate_linux_conditions():
623
- yield self.any_raspberry_pi_40_pi,
+ yield self.any_raspberry_pi_40_pi
624
yield self.any_raspberry_pi
625
yield self.any_beaglebone
626
yield self.any_orange_pi
0 commit comments