From 9e56111d9d1b502a1063198fd63b373ad82e6661 Mon Sep 17 00:00:00 2001 From: Connie Date: Mon, 6 May 2024 15:12:13 -0400 Subject: [PATCH] delte .cargo/config.toml --- .cargo/config.toml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 9d7b4a3..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,6 +0,0 @@ -[target.thumbv8m.main-none-eabihf] -runner = "probe-rs run --chip STM32U575CIUxQ" -[build] -target = "thumbv8m.main-none-eabihf" -[env] -DEFMT_LOG = "info"