Skip to content

Commit 6954545

Browse files
committed
make.py: Update orange_crab board name, should fix CI.
1 parent 07f0e39 commit 6954545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: make.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def main():
140140
from litex_boards.platforms.avnet_aesku40 import _sdcard_pmod_io
141141
board.platform.add_extension(_sdcard_pmod_io)
142142

143-
if board_name in ["orangecrab"]:
143+
if board_name in ["orange_crab"]:
144144
from litex_boards.platforms.gsd_orangecrab import feather_i2c
145145
board.platform.add_extension(feather_i2c)
146146

0 commit comments

Comments
 (0)