Skip to content

Commit 3650d34

Browse files
committed
cores/xmc: Precommit all files.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 3e35ec4 commit 3650d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cores/xmc/WInterrupts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void attachInterrupt(pin_size_t interrupt_num, voidFuncPtr callback, PinStatus m
125125
XMC_CCU4_EnableClock(pin_irq.ccu, pin_irq.slice_num);
126126

127127
if (pin_irq.irq_num == 0) {
128-
#if defined(KIT_XMC14_2GO)
128+
#if defined(KIT_XMC14_2GO)
129129
/* P1_4 external interrupt goes through USIC to CCU4 */
130130
XMC_USIC_CH_Enable(XMC_USIC0_CH1);
131131
XMC_USIC_CH_SetInputSource(XMC_USIC0_CH1, XMC_USIC_CH_INPUT_DX5, USIC0_C0_DX5_P1_4);

0 commit comments

Comments
 (0)