aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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};