diff options
Diffstat (limited to 'ports/MSP430/chcore.h')
-rw-r--r-- | ports/MSP430/chcore.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/MSP430/chcore.h b/ports/MSP430/chcore.h index 8510aa76c..6481d8658 100644 --- a/ports/MSP430/chcore.h +++ b/ports/MSP430/chcore.h @@ -167,14 +167,14 @@ if (chSchRescRequiredI()) \ #define sys_enable() asm volatile ("eint")
/**
- * This port function is implemented as inlined code for performance reasons.
+ * This function is empty in this port.
*/
-#define sys_disable_from_isr() sys_disable()
+#define sys_disable_from_isr()
/**
- * This port function is implemented as inlined code for performance reasons.
+ * This function is empty in this port.
*/
-#define sys_enable_from_isr() sys_enable()
+#define sys_enable_from_isr()
#if ENABLE_WFI_IDLE != 0
/**
|