Skip to content

Commit

Permalink
kl27z_hic: Change GCC GPIO port C+D IRQ handler to match armcc name.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos authored and mbrossard committed May 21, 2022
1 parent 29ce012 commit 314d428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/hic_hal/freescale/kl27z/gcc/startup_MKL27Z4.S
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ __isr_vector:
.long LPTMR0_IRQHandler /* LPTMR0 interrupt*/
.long Reserved45_IRQHandler /* Reserved interrupt*/
.long PORTA_IRQHandler /* PORTA Pin detect*/
.long PORTC_PORTD_IRQHandler /* Single interrupt vector for PORTC; PORTD Pin detect*/
.long PORTCD_IRQHandler /* Single interrupt vector for PORTC; PORTD Pin detect*/

.size __isr_vector, . - __isr_vector

Expand Down Expand Up @@ -440,6 +440,6 @@ I2S0_IRQHandler:
def_irq_handler LPTMR0_IRQHandler
def_irq_handler Reserved45_IRQHandler
def_irq_handler PORTA_IRQHandler
def_irq_handler PORTC_PORTD_IRQHandler
def_irq_handler PORTCD_IRQHandler

.end

0 comments on commit 314d428

Please sign in to comment.