Skip to content

Commit

Permalink
add a macro for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
LinjingZhang committed Nov 29, 2023
1 parent 0bf959a commit be9c587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variants/XMC1400/config/XMC1400_XMC2GO/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ extern uint8_t SCK;
#define CCU40_0_IRQHandler IRQ21_Handler // interrupt 0
#define CCU40_0_IRQn IRQ21_IRQn

#define CCU40_1_IRQHandler IRQ22_Handler // interrupt x, placeholder
#define CCU40_1_IRQn IRQ22_IRQn

// #define USIC0_4_IRQHandler IRQ13_Handler // I2C
// #define USIC0_4_IRQn IRQ13_IRQn
Expand Down

0 comments on commit be9c587

Please sign in to comment.