remove unused feature attribute

This commit is contained in:
eZio Pan 2023-12-22 01:31:25 +08:00
parent 53fc344e4d
commit 2f75ffb233

View file

@ -12,7 +12,6 @@
#![no_std] #![no_std]
#![no_main] #![no_main]
#![feature(type_alias_impl_trait)]
use embassy_stm32::time::khz; use embassy_stm32::time::khz;
use embassy_stm32::{dma, spi}; use embassy_stm32::{dma, spi};