From b094fe9dc11e9aa1f017cb65766a16ecd42432d2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 21 Jan 2009 21:44:42 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@665 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARMCM3/port.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ports/ARMCM3') diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index 28372e399..32f52337d 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -69,8 +69,9 @@ * @defgroup ARMCM3_CONF Configuration Options * @{ * @brief ARM Cortex-M3 Configuration Options. - * The ARMCM3 port allows some architecture-specific configurations settings - * that can be specified externally, as example on the compiler command line: + * @details The ARMCM3 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 an interrupt handler between the @p extctx and @p intctx * structures.
-- cgit v1.2.3