aboutsummaryrefslogtreecommitdiffstats
path: root/ports/AVR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-21 21:44:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-21 21:44:42 +0000
commitb094fe9dc11e9aa1f017cb65766a16ecd42432d2 (patch)
treeadc935cfc61eae4b94c94f72895d1df53365bd83 /ports/AVR
parent239c51248d26bfc901a3a5ef1d185166fd2c9899 (diff)
downloadChibiOS-b094fe9dc11e9aa1f017cb65766a16ecd42432d2.tar.gz
ChibiOS-b094fe9dc11e9aa1f017cb65766a16ecd42432d2.tar.bz2
ChibiOS-b094fe9dc11e9aa1f017cb65766a16ecd42432d2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@665 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-rw-r--r--ports/AVR/port.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/AVR/port.dox b/ports/AVR/port.dox
index 2a789c5e4..8f455f208 100644
--- a/ports/AVR/port.dox
+++ b/ports/AVR/port.dox
@@ -40,8 +40,9 @@
* @defgroup AVR_CONF Configuration Options
* @{
* @brief AVR Configuration Options.
- * The AVR port allows some architecture-specific configurations settings
- * that can be specified externally, as example on the compiler command line:
+ * @details The AVR port allows some architecture-specific configurations
+ * settingsthat 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