diff options
Diffstat (limited to 'ports/MSP430/chcore.h')
-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
|