aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreZio Pan <[email protected]>2023-12-22 01:31:25 +0800
committereZio Pan <[email protected]>2023-12-22 01:31:25 +0800
commit2f75ffb2333904e1370a845ead88442c45b5ba5d (patch)
treed5e96ada438be48c29763ead9b8960dd8b99ef5c
parent53fc344e4d46388cc742c139a263c1cdf0c16589 (diff)
remove unused feature attribute
-rw-r--r--examples/stm32f4/src/bin/ws2812_spi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/ws2812_spi.rs b/examples/stm32f4/src/bin/ws2812_spi.rs
index eca657900..a280a3b77 100644
--- a/examples/stm32f4/src/bin/ws2812_spi.rs
+++ b/examples/stm32f4/src/bin/ws2812_spi.rs
@@ -12,7 +12,6 @@
12 12
13#![no_std] 13#![no_std]
14#![no_main] 14#![no_main]
15#![feature(type_alias_impl_trait)]
16 15
17use embassy_stm32::time::khz; 16use embassy_stm32::time::khz;
18use embassy_stm32::{dma, spi}; 17use embassy_stm32::{dma, spi};