提交 9678ee67 编写于 作者: W weety

Modified the interrupt function comments

上级 b2102847
......@@ -305,10 +305,12 @@ void rt_hw_interrupt_umask(int irq)
/**
* This function will install a interrupt service routine to a interrupt.
* @param vector the interrupt number
* @param new_handler the interrupt service routine to be installed
* @param old_handler the old interrupt service routine
* @param handler the interrupt service routine to be installed
* @param param the interrupt service function parameter
* @param name the interrupt name
*/
void rt_hw_interrupt_install(int vector, rt_isr_handler_t handler, void *param, char *name)
void rt_hw_interrupt_install(int vector, rt_isr_handler_t handler,
void *param, char *name)
{
if(vector < MAX_HANDLERS)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册