Skip to content

Commit

Permalink
Change path to git path for HAL import.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSprenger committed Dec 9, 2024
1 parent 6d2ce9f commit fcf04c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ members = ["boards/*", "examples/*", "crates/*"]
default-members = ["boards/*", "examples/*"]

[workspace.dependencies.stm32h7xx-hal]
# git = "https://github.com/uorocketry/stm32h7xx-hal"
git = "https://github.com/uorocketry/stm32h7xx-hal"
# We use 35 even though we have the 33.
path = "/home/bonjour/Rocketry/stm32h7xx-hal"
#path = "/home/bonjour/Rocketry/stm32h7xx-hal"
features = ["defmt", "rt", "stm32h735", "can", "rtc"]

[workspace.dependencies.serde]
Expand Down

0 comments on commit fcf04c9

Please sign in to comment.