Skip to content

Commit

Permalink
Fix litex_setup.py OHCI clone
Browse files Browse the repository at this point in the history
It wasn't recursive ^^
  • Loading branch information
Dolu1990 authored Dec 11, 2024
1 parent a32096e commit d55d07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __init__(self, url, clone="regular", develop=True, sha1=None, branch="master
# -----------------
# Generic.
"pythondata-misc-tapcfg": GitRepo(url="https://github.com/litex-hub/"),
"pythondata-misc-usb_ohci": GitRepo(url="https://github.com/litex-hub/"),
"pythondata-misc-usb_ohci": GitRepo(url="https://github.com/litex-hub/", clone="recursive"),

# LM32 CPU(s).
"pythondata-cpu-lm32": GitRepo(url="https://github.com/litex-hub/"),
Expand Down

0 comments on commit d55d07e

Please sign in to comment.