diff options
| author | eZio Pan <[email protected]> | 2023-12-22 01:31:25 +0800 |
|---|---|---|
| committer | eZio Pan <[email protected]> | 2023-12-22 01:31:25 +0800 |
| commit | 2f75ffb2333904e1370a845ead88442c45b5ba5d (patch) | |
| tree | d5e96ada438be48c29763ead9b8960dd8b99ef5c | |
| parent | 53fc344e4d46388cc742c139a263c1cdf0c16589 (diff) | |
remove unused feature attribute
| -rw-r--r-- | examples/stm32f4/src/bin/ws2812_spi.rs | 1 |
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 | ||
| 17 | use embassy_stm32::time::khz; | 16 | use embassy_stm32::time::khz; |
| 18 | use embassy_stm32::{dma, spi}; | 17 | use embassy_stm32::{dma, spi}; |
