Merge branch '111-use-defmt-logging' of https://github.com/ferrous-systems/embedded-trainings-2020 into 111-use-defmt-logging

This commit is contained in:
Mirabellensaft 2022-01-10 14:32:35 +01:00
commit b1feb995e5

View file

@ -14,10 +14,6 @@ panic-probe = { version = "0.3.0", features = ["print-defmt"] }
defmt = "0.3.0"
defmt-rtt = "0.3.1"
[dependencies.heapless]
version = "0.7.1"
features = ["defmt-impl"]
# optimize code in both profiles
[profile.dev]
codegen-units = 1