aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-10 11:51:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-10 11:51:09 +0000
commit0fc2adba2ad0f66c86c3d7c79a79b666b9614ca2 (patch)
treeb35c300c7be85abc2142855377f2b55f045370dd /ports/MSP430/chcore.h
parent791d101af5ce38335694b882149449c83f650fda (diff)
downloadChibiOS-0fc2adba2ad0f66c86c3d7c79a79b666b9614ca2.tar.gz
ChibiOS-0fc2adba2ad0f66c86c3d7c79a79b666b9614ca2.tar.bz2
ChibiOS-0fc2adba2ad0f66c86c3d7c79a79b666b9614ca2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@603 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430/chcore.h')
-rw-r--r--ports/MSP430/chcore.h8
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
/**