diff options
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/RC/STM8/chcore.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/ports/RC/STM8/chcore.h b/os/ports/RC/STM8/chcore.h index 4deacd9de..b550b20ac 100644 --- a/os/ports/RC/STM8/chcore.h +++ b/os/ports/RC/STM8/chcore.h @@ -186,7 +186,8 @@ struct stm8_startctx { * @details This macro must be inserted at the start of all IRQ handlers
* enabled to invoke system APIs.
*/
-#define PORT_IRQ_PROLOGUE()
+#define PORT_IRQ_PROLOGUE() { \
+}
/**
* @brief IRQ epilogue code.
|