diff options
Diffstat (limited to 'os/ports/GCC/MSP430/port.dox')
-rw-r--r-- | os/ports/GCC/MSP430/port.dox | 5 |
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
*/
/**
|