Skip to content

Commit 8d64da6

Browse files
committed
Enable stm32f3/critical-section for examples
1 parent 41197b0 commit 8d64da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
5656
panic-semihosting = "0.6.0"
5757
rtt-target = { version = "0.4.0" }
5858
systick-monotonic = "1.0"
59+
stm32f3 = { version = "0.17.0", package = "stm32f3-staging", features = ["critical-section"], default-features = false }
5960
usb-device = "0.3.1"
6061
usbd-serial = "0.2.0"
6162

0 commit comments

Comments
 (0)