We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002fefd commit 52d0353Copy full SHA for 52d0353
embassy-stm32/build.rs
@@ -1847,7 +1847,7 @@ fn main() {
1847
1848
// ========
1849
// Generate DMA IRQs.
1850
-
+/*
1851
let dma_irqs: TokenStream = dma_irqs
1852
.iter()
1853
.map(|(irq, channels)| {
@@ -1868,6 +1868,7 @@ fn main() {
1868
.collect();
1869
1870
g.extend(dma_irqs);
1871
+*/
1872
1873
g.extend(quote! {
1874
pub(crate) const DMA_CHANNELS: &[crate::dma::ChannelInfo] = &[#dmas];
embassy-stm32/src/exti.rs
@@ -326,7 +326,7 @@ macro_rules! impl_irq {
326
};
327
}
328
329
-foreach_exti_irq!(impl_irq);
+//foreach_exti_irq!(impl_irq);
330
331
trait SealedChannel {}
332
0 commit comments