Fix all check-cfg errors in the entire repo.

the main ci.sh now passes if running with nightly.
This commit is contained in:
Dario Nieuwenhuis
2024-05-31 21:41:42 +02:00
parent ba940017ee
commit 999a2ad829
38 changed files with 44 additions and 29 deletions

View File

@@ -28,6 +28,8 @@ embassy-embedded-hal = { version = "0.1.0", path = "../embassy-embedded-hal" }
embassy-net-driver = { version = "0.2.0", path = "../embassy-net-driver", optional=true }
defmt = { version = "0.3", optional = true }
log = { version = "0.4.17", optional = true }
cortex-m = "0.7.6"
heapless = "0.8"
aligned = "0.4.1"