Skip to content
Snippets Groups Projects
Unverified Commit f1edf837 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #8187 from rafaljot/patch-5

Update InterruptVectors_Due.cpp
parents b2bd77c4 778e4e4c
Branches
Tags
No related merge requests found
...@@ -74,7 +74,7 @@ static pfnISR_Handler* get_relocated_table_addr(void) { ...@@ -74,7 +74,7 @@ static pfnISR_Handler* get_relocated_table_addr(void) {
pfnISR_Handler install_isr(IRQn_Type irq, pfnISR_Handler newHandler) { pfnISR_Handler install_isr(IRQn_Type irq, pfnISR_Handler newHandler) {
// Get the address of the relocated table // Get the address of the relocated table
const pfnISR_Handler *isrtab = get_relocated_table_addr(); pfnISR_Handler *isrtab = get_relocated_table_addr();
// Disable global interrupts // Disable global interrupts
CRITICAL_SECTION_START; CRITICAL_SECTION_START;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment