From 8cb1e794a51c9362a657bb03c5d38b78eba3bb2e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 25 Feb 2013 13:38:45 +0000 Subject: Documentation improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5322 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/IAR/STM8/port.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ports') diff --git a/os/ports/IAR/STM8/port.dox b/os/ports/IAR/STM8/port.dox index 898fb8d4e..c0eb35cdd 100644 --- a/os/ports/IAR/STM8/port.dox +++ b/os/ports/IAR/STM8/port.dox @@ -52,7 +52,7 @@ * - The STM8 does not have a dedicated interrupt stack, make sure to reserve * enough stack space for interrupts in each thread stack. This can be done * by modifying the @p INT_REQUIRED_STACK macro into - * ./os/ports/cosmic/STM8/chcore.h. + * ./os/ports/IAR/STM8/chcore.h. * - The kernel currently supports only the small memory model so the * kernel files should be loaded in the first 64K. Note that this is not * a problem because upper addresses can be used by the user code, the @@ -61,7 +61,7 @@ * because the missing support of the @p inline "C" keyword in the * compiler. * . - * @ingroup cosmic + * @ingroup iar */ /** -- cgit v1.2.3