Part Number: TMS320F28069M
interrupt void sciaRxFifoIsr(HAL_Handle handle){
报错:Description Resource Path Location Type
#148 declaration is incompatible with "void sciaRxFifoIsr(HAL_Handle)"
是因为不能传参吗?只能写成interrupt void sciaRxFifoIsr(void) 吗