From 0e7bd8f6277861811c5487a63ad0490bc20565b5 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Wed, 21 May 2025 14:53:28 +0200 Subject: [PATCH] removed missplaced target config --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b536daf..3ec72f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,11 +18,8 @@ tokio = { version = "1.44.2", features = ["full"] } rust-embed = "8.7.0" log = "0.4.27" simplelog = "0.12.2" - rppal = { version = "0.22.1", features = ["hal"] } smart-leds = "0.3" ws2812-spi = "0.3" rgb = "0.8.50" -[target.armv7-unknown-linux-gnueabihf] -linker = "arm-linux-gnueabihf-gcc"