stm32: consolidate crates
This commit is contained in:
@ -121,7 +121,7 @@ unsafe impl cortex_m::interrupt::Nr for NrWrap {
|
||||
/// use embassy::traits::*;
|
||||
/// use embassy::util::InterruptFuture;
|
||||
/// use embassy::executor::task;
|
||||
/// use embassy_stm32f4::interrupt; // Adjust this to your MCU's embassy HAL.
|
||||
/// use embassy_stm32::interrupt; // Adjust this to your MCU's embassy HAL.
|
||||
/// #[embassy::task]
|
||||
/// async fn demo_interrupt_future() {
|
||||
/// // Using STM32f446 interrupt names, adjust this to your application as necessary.
|
||||
|
Reference in New Issue
Block a user