Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit 8d1e1a2

Browse files
committed
Added missing isr to cortex-m0
1 parent 3ff50d3 commit 8d1e1a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/hal/isr.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
1919
#![allow(missing_docs)]
2020

21+
#[cfg(feature = "cpu_cortex-m0")]
22+
#[path="cortex_m3/isr.rs"] pub mod isr_cortex_m0;
23+
2124
#[cfg(feature = "cpu_cortex-m3")]
2225
#[path="cortex_m3/isr.rs"] pub mod isr_cortex_m3;
2326

0 commit comments

Comments
 (0)