remove unused feature attribute
This commit is contained in:
parent
53fc344e4d
commit
2f75ffb233
1 changed files with 0 additions and 1 deletions
|
@ -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};
|
||||||
|
|
Loading…
Reference in a new issue