Skip to content

Commit

Permalink
chore: update stm32 data source
Browse files Browse the repository at this point in the history
  • Loading branch information
elagil committed Nov 6, 2024
1 parent b4bf846 commit 4d4f14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embassy-stm32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rand_core = "0.6.3"
sdio-host = "0.5.0"
critical-section = "1.1"
#stm32-metapac = { version = "15" }
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-7cc5a9c352905a30e15faf69b6e005ec077c4460" }
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-7bb5f235587c3a6886a7be1c8f58fdf22c5257f3" }

vcell = "0.1.3"
nb = "1.0.0"
Expand Down Expand Up @@ -101,7 +101,7 @@ proc-macro2 = "1.0.36"
quote = "1.0.15"

#stm32-metapac = { version = "15", default-features = false, features = ["metadata"]}
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-7cc5a9c352905a30e15faf69b6e005ec077c4460", default-features = false, features = ["metadata"] }
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-7bb5f235587c3a6886a7be1c8f58fdf22c5257f3", default-features = false, features = ["metadata"] }

[features]
default = ["rt"]
Expand Down

0 comments on commit 4d4f14c

Please sign in to comment.