RESERVED_INTERRUPTS to be INTERRUPT_TO_PRIORITY (#2676)
This commit is contained in:
parent
50387290d9
commit
033c4b84c6
@ -169,7 +169,7 @@ impl Priority {
|
||||
|
||||
/// The interrupts reserved by the HAL
|
||||
#[cfg_attr(place_switch_tables_in_ram, link_section = ".rwtext")]
|
||||
pub static RESERVED_INTERRUPTS: &[usize] = INTERRUPT_TO_PRIORITY;
|
||||
pub static RESERVED_INTERRUPTS: &[usize] = PRIORITY_TO_INTERRUPT;
|
||||
|
||||
/// # Safety
|
||||
///
|
||||
|
||||
Loading…
Reference in New Issue
Block a user