From f19cc0941708d7e000efeb8caf05e40a86d712b4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Mar 2010 08:07:23 +0000 Subject: [PATCH] Fixed wrong path in ARM7 documentation. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1717 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARM7/port.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/ports/GCC/ARM7/port.dox b/os/ports/GCC/ARM7/port.dox index 563251790..e3271fffa 100644 --- a/os/ports/GCC/ARM7/port.dox +++ b/os/ports/GCC/ARM7/port.dox @@ -137,7 +137,7 @@ * The default for this value is @p 0x10 which should be a safe value, you * can trim this down by defining the macro externally. This would save * some valuable RAM space for each thread present in the system.
- * The default value is set into ./ports/ARM7/chcore.h. + * The default value is set into ./os/ports/GCC/ARM7/chcore.h. * . * @ingroup ARM7 */