diff --git a/os/hal/ports/SN32/LLD/CT/CT16B1.h b/os/hal/ports/SN32/LLD/CT/CT16B1.h index 508c9ced..88496288 100644 --- a/os/hal/ports/SN32/LLD/CT/CT16B1.h +++ b/os/hal/ports/SN32/LLD/CT/CT16B1.h @@ -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*/