Skip to content

Commit ed129f7

Browse files
committed
fixed typo in reference to orangepi5pro.py
1 parent 9ee08d1 commit ed129f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
from adafruit_blinka.board.orangepi.orangepi5 import *
148148

149149
elif board_id == ap_board.ORANGE_PI_5_PRO:
150-
from adafruit_blinka.board.orangepi.orangepi5 import *
150+
from adafruit_blinka.board.orangepi.orangepi5pro import *
151151

152152
elif board_id == ap_board.ORANGE_PI_5_PLUS:
153153
from adafruit_blinka.board.orangepi.orangepi5plus import *

0 commit comments

Comments
 (0)