]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/board.py
Added BEAGLEBONE_BLACK_INDUSTRIAL to board.py. It still imports from
[Adafruit_Blinka-hackapet.git] / src / board.py
index 7d4381ccbf11242bc10e8860e8de054af4c98985..1a4362cd3d6148043f49f31966512aa440d227d5 100755 (executable)
@@ -57,6 +57,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_BLACK_INDUSTRIAL:
+    from adafruit_blinka.board.beaglebone_black import *
 
 elif board_id == ap_board.BEAGLEBONE_GREEN_WIRELESS:
     from adafruit_blinka.board.beaglebone_black import *