Skip to content

Commit f3badc9

Browse files
committed
variants/XMC1400: Change the slice number.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 407add6 commit f3badc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/XMC1400/config/KIT_XMC14_2GO/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ bool gpio_current_value[NUM_DIGITAL] = {false};
179179

180180
/* Configurations of Interrupt */
181181
const XMC_PIN_INTERRUPT_t mapping_interrupt[] = {
182-
/* 0 */ {CCU40, CCU40_CC40, 0, 0, CCU40_IN0_U0C0_DX2INS}};
182+
/* 0 */ {CCU40, CCU40_CC41, 1, 0, CCU40_IN0_U0C0_DX2INS}};
183183
const uint8_t NUM_INTERRUPT = (sizeof(mapping_interrupt) / sizeof(XMC_PIN_INTERRUPT_t));
184184

185185
/* Mapping of Arduino Pins to PWM4 channels as pin and index in PWM4 channel

0 commit comments

Comments
 (0)