stm32: fix build, add ci

This commit is contained in:
Dario Nieuwenhuis
2021-05-17 03:01:30 +02:00
parent cd0d3c4b0d
commit f7858631d8
18 changed files with 166 additions and 7 deletions

View File

@ -184,4 +184,4 @@ pub(crate) unsafe fn init() {
interrupt::DMA2_Stream5::steal().enable();
interrupt::DMA2_Stream6::steal().enable();
interrupt::DMA2_Stream7::steal().enable();
}
}