]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/board.py
Added Beaglebone Black Wireless as a device.
[Adafruit_Blinka-hackapet.git] / src / board.py
index d30f631d168d83ed882517964ab2d4094309477f..c804bb8dacba7653843992ac19e2f0758399485f 100755 (executable)
@@ -66,7 +66,8 @@ elif board_id == ap_board.BEAGLEBONE_BLACK_INDUSTRIAL:
 
 elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
     from adafruit_blinka.board.beagleboard.beaglebone_black import *
-
+elif board_id == ap_board.BEAGLEBONE_BLACK_WIRELESS:
+    from adafruit_blinka.board.beagleboard.beaglebone_black import *
 elif board_id == ap_board.BEAGLEBONE_POCKETBEAGLE:
     from adafruit_blinka.board.beagleboard.beaglebone_pocketbeagle import *