Modify the interrupt interface implementations, changes in the part of the parameter definition.

This commit is contained in:
weety
2013-03-19 11:25:12 +08:00
parent 3de4b92a68
commit b21028474b
8 changed files with 114 additions and 51 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ void rt_module_unload_sethook(void (*hook)(rt_module_t module));
/*
* interrupt service
*/
typedef void (*rt_isr_handler_t)(int vector);
typedef void (*rt_isr_handler_t)(int vector, void *param);
/*
* rt_interrupt_enter and rt_interrupt_leave only can be called by BSP