]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update board.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Fri, 30 Oct 2020 17:49:41 +0000 (17:49 +0000)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 17:49:41 +0000 (17:49 +0000)
src/board.py

index 6759dc65a965f15996ae0ff233794904d56583a4..9710f679cd965efc4b470b0982bd35390e215225 100755 (executable)
@@ -99,7 +99,7 @@ elif board_id == ap_board.ORANGE_PI_2:
 elif board_id == ap_board.BANANA_PI_M2_ZERO:
     from adafruit_blinka.board.bananapi.bpim2zero import *
 
-    elif board_id == ap_board.GIANT_BOARD:
+elif board_id == ap_board.GIANT_BOARD:
     from adafruit_blinka.board.giantboard import *
 
 elif board_id == ap_board.JETSON_TX1: