diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 15:05:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-10 15:05:05 +0000 |
commit | 2730efd717f3a4bb736f49250769b119fb4cbfa3 (patch) | |
tree | 5fee3360c30fda7e9be505b95e73edba7aa53c00 | |
parent | 48c87272fef9287a301176e9a83737fb5e78ba51 (diff) | |
download | ChibiOS-2730efd717f3a4bb736f49250769b119fb4cbfa3.tar.gz ChibiOS-2730efd717f3a4bb736f49250769b119fb4cbfa3.tar.bz2 ChibiOS-2730efd717f3a4bb736f49250769b119fb4cbfa3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@609 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | ports/AVR/chcore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h index b748ce1a9..6bb420a5d 100644 --- a/ports/AVR/chcore.h +++ b/ports/AVR/chcore.h @@ -28,8 +28,8 @@ #include <avr/io.h>
#include <avr/interrupt.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
|