diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 15:02:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 15:02:43 +0000 |
commit | 48c87272fef9287a301176e9a83737fb5e78ba51 (patch) | |
tree | 12c9b277378ec0e4fbeb4e0ee9f00fc0abf6e3e5 /ports/MSP430 | |
parent | 6ed1607bcbc481444e8aaff5a06e771bdaa4f21e (diff) | |
download | ChibiOS-48c87272fef9287a301176e9a83737fb5e78ba51.tar.gz ChibiOS-48c87272fef9287a301176e9a83737fb5e78ba51.tar.bz2 ChibiOS-48c87272fef9287a301176e9a83737fb5e78ba51.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@608 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 6481d8658..7f27c3f8b 100644 --- a/ports/MSP430/chcore.h +++ b/ports/MSP430/chcore.h @@ -28,8 +28,8 @@ #include <iomacros.h>
#include <msp430/common.h>
-/*
- * Port-related configuration parameters.
+/**
+ * If enabled allows the idle thread to enter a low power mode.
*/
#ifndef ENABLE_WFI_IDLE
#define ENABLE_WFI_IDLE 0
|