diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-14 13:29:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-14 13:29:36 +0000 |
commit | f85150da74ba830ecd726e190969f3f2507d2a28 (patch) | |
tree | 830991e502f9a8b19370555e063444d3a2bc2ecb /ports/MSP430 | |
parent | 6ab7ea31f114af0e0d98494156d456279dd5ecd4 (diff) | |
download | ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.gz ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.bz2 ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.zip |
Doxygen-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1038 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430')
-rw-r--r-- | ports/MSP430/port.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox index 6aa5c6c30..3300f4441 100644 --- a/ports/MSP430/port.dox +++ b/ports/MSP430/port.dox @@ -43,7 +43,7 @@ * - <b>Serving Non-Maskable Interrupt</b>. The MSP430 has several non
* maskable interrupt sources that can be associated to this state.
* - <b>Halted</b>. Implemented as an infinite loop with interrupts disabled.
- *
+ * .
* @section MSP430_NOTES The MSP430 port notes
* - The MSP430 does not have a dedicated interrupt stack, make sure to reserve
* enough stack space for interrupts in each thread stack. This can be done
@@ -55,7 +55,7 @@ * idle thread because the MSP430 has several low power modes. You can
* select the proper low power mode for you application by defining the
* macro @p port_wait_for_interrupt().
- *
+ * .
* @ingroup Ports
*/
@@ -70,7 +70,7 @@ * The default for this value is @p 32, this space is allocated for each
* thread so be careful in order to not waste precious RAM space.<br>
* The default value is set into <b>./ports/MSP430/chcore.h</b>.
- *
+ * .
* @ingroup MSP430
*/
|