git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3865 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
69eacd17d4
commit
317a4eb6fd
|
@ -195,7 +195,7 @@
|
|||
*/
|
||||
#define CH_IRQ_PROLOGUE() \
|
||||
PORT_IRQ_PROLOGUE(); \
|
||||
dbg_check_enter_isr()
|
||||
dbg_check_enter_isr();
|
||||
|
||||
/**
|
||||
* @brief IRQ handler exit code.
|
||||
|
@ -207,7 +207,7 @@
|
|||
*/
|
||||
#define CH_IRQ_EPILOGUE() \
|
||||
dbg_check_leave_isr(); \
|
||||
PORT_IRQ_EPILOGUE()
|
||||
PORT_IRQ_EPILOGUE();
|
||||
|
||||
/**
|
||||
* @brief Standard normal IRQ handler declaration.
|
||||
|
|
Loading…
Reference in New Issue