diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-09 14:26:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-09 14:26:25 +0000 |
commit | e1b6b9e988d70442e71b520f5a8f43e355688a71 (patch) | |
tree | e6b673f5d1a87951a86b0b1a7b3bd2527c9d2fb9 /ports/MSP430 | |
parent | 52ab7591c76c47228b41c23c45f943b7b0d43483 (diff) | |
download | ChibiOS-e1b6b9e988d70442e71b520f5a8f43e355688a71.tar.gz ChibiOS-e1b6b9e988d70442e71b520f5a8f43e355688a71.tar.bz2 ChibiOS-e1b6b9e988d70442e71b520f5a8f43e355688a71.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@596 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430')
-rw-r--r-- | ports/MSP430/chcore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/MSP430/chcore.h b/ports/MSP430/chcore.h index a4a866f11..42f0c2f71 100644 --- a/ports/MSP430/chcore.h +++ b/ports/MSP430/chcore.h @@ -32,7 +32,7 @@ * Port-related configuration parameters.
*/
#ifndef ENABLE_WFI_IDLE
-#define ENABLE_WFI_IDLE 0 /* Enables the use of the WFI ins. */
+#define ENABLE_WFI_IDLE 0
#endif
/**
@@ -151,7 +151,7 @@ if (chSchRescRequiredI()) \ }
/**
- * IRQ handler function modifier. Note it just aliases the WinMSP "interrupt"
+ * IRQ handler function modifier. Note, it just aliases the WinMSP "interrupt"
* macro.
*/
#define SYS_IRQ_HANDLER interrupt
|