aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g030f6_periodic_prints/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32g030f6_periodic_prints/Cargo.toml')
-rw-r--r--examples/stm32g030f6_periodic_prints/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32g030f6_periodic_prints/Cargo.toml b/examples/stm32g030f6_periodic_prints/Cargo.toml
index d8d8e35..4d79f1f 100644
--- a/examples/stm32g030f6_periodic_prints/Cargo.toml
+++ b/examples/stm32g030f6_periodic_prints/Cargo.toml
@@ -25,6 +25,7 @@ defmt = "0.3.4"
defmt-rtt = "0.4.0"
fugit = "0.3.7"
panic-probe = { version = "0.3.1", features = ["print-defmt"] }
+portable-atomic = { version = "1", features = ["unsafe-assume-single-core"] }
stm32g0xx-hal = { version = "0.2.0", features = ["rt", "stm32g030"] }