Skip to content

Commit 9ee08d1

Browse files
committed
fixed missing boards.py statement
1 parent 35e4d48 commit 9ee08d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/board.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@
146146
elif board_id in (ap_board.ORANGE_PI_5, ap_board.ORANGE_PI_5_MAX):
147147
from adafruit_blinka.board.orangepi.orangepi5 import *
148148

149+
elif board_id == ap_board.ORANGE_PI_5_PRO:
150+
from adafruit_blinka.board.orangepi.orangepi5 import *
151+
149152
elif board_id == ap_board.ORANGE_PI_5_PLUS:
150153
from adafruit_blinka.board.orangepi.orangepi5plus import *
151154

0 commit comments

Comments
 (0)