X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/0871344b5b26a02b84c7961b300eb228d887698f..fe2eaf883fff4d8570c97af1c0166214f57c7d8b:/src/board.py diff --git a/src/board.py b/src/board.py index e13d952..fef78ee 100755 --- a/src/board.py +++ b/src/board.py @@ -70,8 +70,8 @@ elif board_id == ap_board.JETSON_TX2: elif board_id == ap_board.JETSON_XAVIER: from adafruit_blinka.board.jetson_xavier import * -elif board_id == ap_board.JETSON_TXX: - from adafruit_blinka.board.jetson_txx import * +elif board_id == ap_board.JETSON_NANO: + from adafruit_blinka.board.jetson_nano import * elif "sphinx" in sys.modules: pass