aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-18 11:30:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-18 11:30:57 +0000
commit7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb (patch)
treeef354ece0b59de7c26b958df0720e03125ed1ce0 /os/ports/GCC/MSP430
parent0970c44b086287eac3c6c147a390fddb0f9de552 (diff)
downloadChibiOS-7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb.tar.gz
ChibiOS-7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb.tar.bz2
ChibiOS-7cac72ed6d172e67967c5cadbaa4fe8d9aa758fb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2024 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/MSP430')
-rw-r--r--os/ports/GCC/MSP430/port.dox5
1 files changed, 2 insertions, 3 deletions
diff --git a/os/ports/GCC/MSP430/port.dox b/os/ports/GCC/MSP430/port.dox
index c68ac48bc..721540baf 100644
--- a/os/ports/GCC/MSP430/port.dox
+++ b/os/ports/GCC/MSP430/port.dox
@@ -19,8 +19,7 @@
/**
* @defgroup MSP430 MSP430
- * @details MSP430 port details. This section how the ChibiOS/RT features are
- * implemented on this architecture.
+ * @details MSP430 port for the GCC compiler.
*
* @section MSP430_STATES Mapping of the System States in the MSP430 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the MSP430
@@ -56,7 +55,7 @@
* select the proper low power mode for you application by defining the
* macro @p port_wait_for_interrupt().
* .
- * @ingroup ports
+ * @ingroup gcc
*/
/**