chore: replace deprecated bare-metal with critical-section

This commit is contained in:
Oleksandr Babak 2025-10-28 13:44:17 +01:00 committed by Henrik Tjäder
parent 299382c86c
commit 511e2247d0
6 changed files with 16 additions and 16 deletions

View file

@ -12,7 +12,6 @@ edition = "2021"
heapless = "0.8"
lm3s6965 = "0.2"
cortex-m = "0.7.0"
bare-metal = "1.0.0"
cortex-m-semihosting = "0.5.0"
rtic-time = { path = "../../rtic-time" }
rtic-sync = { path = "../../rtic-sync" }