Remove embassy-cortex-m crate, move stuff to embassy-hal-common.

This commit is contained in:
Dario Nieuwenhuis
2023-06-09 16:14:13 +02:00
parent dc8e34420f
commit 98c821ac39
50 changed files with 64 additions and 328 deletions

View File

@ -160,7 +160,7 @@ fn main() {
}
g.extend(quote! {
embassy_cortex_m::interrupt_mod!(
embassy_hal_common::interrupt_mod!(
#(
#irqs,
)*