Skip to content

Commit 14d7f87

Browse files
committed
Dont use local hal
1 parent 3426821 commit 14d7f87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ stm32f3 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", optional = t
99
#stm32h7 = { git = "", optional = true }
1010
#stm32g4 = { git = "", optional = true }
1111

12-
stm32f3xx-hal = { version = "0.10.0", optional = true }
12+
#stm32f3xx-hal = { version = "0.10.0", optional = true }
13+
stm32f3xx-hal = { git = "https://github.com/usbalbin/stm32f3xx-hal", branch = "update_for_new_pac", optional = true }
1314
stm32h7xx-hal = { version = "0.16.0", optional = true }
1415
#stm32g4xx-hal = { version = "0.0.1", optional = true }
1516
stm32g4xx-hal = { git = "https://github.com/stm32-rs/stm32g4xx-hal", branch = "staged-pac", optional = true }

0 commit comments

Comments
 (0)