diff options
Diffstat (limited to 'ports/MSP430/port.dox')
-rw-r--r-- | ports/MSP430/port.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/MSP430/port.dox b/ports/MSP430/port.dox index d35317c75..108a44bd8 100644 --- a/ports/MSP430/port.dox +++ b/ports/MSP430/port.dox @@ -39,8 +39,9 @@ * @defgroup MSP430_CONF Configuration Options
* @{
* @brief MSP430 Configuration Options.
- * The MSP430 port allows some architecture-specific configurations settings
- * that can be specified externally, as example on the compiler command line:
+ * @details The MSP430 port allows some architecture-specific configurations
+ * settings that can be specified externally, as example on the compiler
+ * command line:
* - @p INT_REQUIRED_STACK, this value represent the amount of stack space
* used by the interrupt handlers.<br>
* The default for this value is @p 32, this space is allocated for each
|