From 35cacb5c7eba05c8d3adf2092b8de5d6680957a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Fri, 4 Oct 2024 15:33:20 +0200 Subject: [PATCH] Remove redundant cfg --- esp-hal/src/dma/pdma.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/esp-hal/src/dma/pdma.rs b/esp-hal/src/dma/pdma.rs index f8b4dab5d88..47400db25b4 100644 --- a/esp-hal/src/dma/pdma.rs +++ b/esp-hal/src/dma/pdma.rs @@ -915,7 +915,6 @@ macro_rules! ImplI2sChannel { } ImplSpiChannel!(2); -#[cfg(spi3)] ImplSpiChannel!(3); ImplI2sChannel!(0);