sn32: ct: advertise the isr handler
This commit is contained in:
parent
868fb3a968
commit
67a3f41cf8
|
@ -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*/
|
||||
|
|
Loading…
Reference in New Issue