From 9e202f636c3ce380b51684524e5e51b2bc0f3295 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 12 Mar 2024 14:25:51 +0100 Subject: [PATCH] fixup! initial esp32 support --- src/riot-rs-boards/ai-c3/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/riot-rs-boards/ai-c3/Cargo.toml b/src/riot-rs-boards/ai-c3/Cargo.toml index d35c1e9d2..cc0bfbb76 100644 --- a/src/riot-rs-boards/ai-c3/Cargo.toml +++ b/src/riot-rs-boards/ai-c3/Cargo.toml @@ -6,4 +6,6 @@ edition = "2021" [dependencies] riot-rs-rt.workspace = true riot-rs-debug.workspace = true -esp-hal = { workspace = true, features = ["embassy-time-driver"], default-features = true } +esp-hal = { workspace = true, features = [ + "embassy-time-driver", +], default-features = true }