sn32: ct: advertise the isr handler

This commit is contained in:
Dimitris Mantzouranis 2021-01-23 22:21:25 +02:00
parent 868fb3a968
commit 67a3f41cf8
1 changed files with 1 additions and 0 deletions

View File

@ -23,4 +23,5 @@ extern volatile uint32_t iwCT16B1_IrqEvent; //The bitmask usage of iwCT16Bn_IrqE
extern void CT16B1_Init(void);
extern void CT16B1_NvicEnable(void);
extern void CT16B1_NvicDisable(void);
extern void CT16B1_IRQHandler(void);
#endif /*__SN32F240_CT16B1_H*/