Skip to content

Commit 6add5b8

Browse files
committed
Dont use local hal
1 parent fd57d0e commit 6add5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ stm32f3 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", optional = t
1212
stm32f3xx-hal = { version = "0.10.0", optional = true }
1313
stm32h7xx-hal = { version = "0.16.0", optional = true }
1414
#stm32g4xx-hal = { version = "0.0.1", optional = true }
15-
#stm32g4xx-hal = { git = "https://github.com/stm32-rs/stm32g4xx-hal", branch = "staged-pac", optional = true }
16-
stm32g4xx-hal = { path = "../stm32g4xx-hal", optional = true }
15+
stm32g4xx-hal = { git = "https://github.com/stm32-rs/stm32g4xx-hal", branch = "staged-pac", optional = true }
16+
#stm32g4xx-hal = { path = "../stm32g4xx-hal", optional = true }
1717
defmt = { version = "0.3.10", optional = true }
1818
fugit = "0.3.7"
1919

0 commit comments

Comments
 (0)