git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3865 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-01-23 17:51:20 +00:00
parent 69eacd17d4
commit 317a4eb6fd
1 changed files with 2 additions and 2 deletions

View File

@ -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.