]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update to sync up with the changes made to Platform_detect after review 1
authorKingPharoo <faraz999@hotmail.com>
Sat, 2 Dec 2023 07:12:09 +0000 (07:12 +0000)
committerKingPharoo <faraz999@hotmail.com>
Sat, 2 Dec 2023 07:12:09 +0000 (07:12 +0000)
src/board.py

index 39e352c4b7358f88761780948cbe685265d97a1b..f1b50def4d08c82b6ea638964468b4f4ed77d99e 100644 (file)
@@ -27,8 +27,8 @@ from adafruit_blinka.agnostic import board_id, detector
 if board_id == ap_board.FEATHER_HUZZAH:
     from adafruit_blinka.board.feather_huzzah import *
 
-elif board_id == ap_board.LIME2:
-    from adafruit_blinka.board.LIME2 import *
+elif board_id == ap_board.OLIMEX_LIME2:
+    from adafruit_blinka.board.OLIMEX_LIME2 import *
 
 elif board_id == ap_board.NODEMCU:
     from adafruit_blinka.board.nodemcu import *