|
@@ -74,7 +74,7 @@ static pfnISR_Handler* get_relocated_table_addr(void) {
|
74
|
74
|
|
75
|
75
|
pfnISR_Handler install_isr(IRQn_Type irq, pfnISR_Handler newHandler) {
|
76
|
76
|
// Get the address of the relocated table
|
77
|
|
- const pfnISR_Handler *isrtab = get_relocated_table_addr();
|
|
77
|
+ pfnISR_Handler *isrtab = get_relocated_table_addr();
|
78
|
78
|
|
79
|
79
|
// Disable global interrupts
|
80
|
80
|
CRITICAL_SECTION_START;
|