]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Merge branch 'master' of https://github.com/adafruit/Adafruit_Blinka
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Mon, 2 Dec 2019 22:09:34 +0000 (14:09 -0800)
committerMelissa LeBlanc-Williams <melissa@adafruit.com>
Mon, 2 Dec 2019 22:09:34 +0000 (14:09 -0800)
src/board.py

index f56af38398a08606b128691bcf6948dab9b36e35..7d4381ccbf11242bc10e8860e8de054af4c98985 100755 (executable)
@@ -58,6 +58,9 @@ elif detector.board.RASPBERRY_PI_B_REV2:
 elif board_id == ap_board.BEAGLEBONE_BLACK:
     from adafruit_blinka.board.beaglebone_black import *
 
+elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
+    from adafruit_blinka.board.beaglebone_black import *
+
 elif board_id == ap_board.BEAGLEBONE_POCKETBEAGLE:
     from adafruit_blinka.board.beaglebone_pocketbeagle import *