fix name of interrupt section

cortex-m-rt version 3.0 changed the name of the interrupts section to
.vector_table.interrupts. Change cortex-m-rtfm accordingly.
This commit is contained in:
Jan Niehusmann 2017-07-28 13:48:17 +02:00
parent 2bf5401439
commit d08926bb84

View file

@ -937,7 +937,7 @@ macro_rules! tasks {
}
#[allow(dead_code)]
#[link_section = ".rodata.interrupts"]
#[link_section = ".vector_table.interrupts"]
#[used]
static INTERRUPTS: ::$device::interrupt::Handlers =
::$device::interrupt::Handlers {