Skip to content

Commit

Permalink
make xtensa::interrupt::vectored private, we rexport public items
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Jul 26, 2022
1 parent 1897dc3 commit 8c56b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal-common/src/interrupt/xtensa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ unsafe fn core1_interrupt_peripheral() -> *const crate::pac::interrupt_core1::Re
pub use vectored::*;

#[cfg(feature = "vectored")]
pub mod vectored {
mod vectored {
use procmacros::ram;

use super::*;
Expand Down

0 comments on commit 8c56b6b

Please sign in to comment.