diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-06 08:07:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-06 08:07:23 +0000 |
commit | f19cc0941708d7e000efeb8caf05e40a86d712b4 (patch) | |
tree | e64aff7f5761fbde64af5d62b32e425e4d6d3e39 /os | |
parent | dac0a50860689cc49ce0e3d8ed244d4e12949a47 (diff) | |
download | ChibiOS-f19cc0941708d7e000efeb8caf05e40a86d712b4.tar.gz ChibiOS-f19cc0941708d7e000efeb8caf05e40a86d712b4.tar.bz2 ChibiOS-f19cc0941708d7e000efeb8caf05e40a86d712b4.zip |
Fixed wrong path in ARM7 documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1717 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ports/GCC/ARM7/port.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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.<br>
- * The default value is set into <b>./ports/ARM7/chcore.h</b>.
+ * The default value is set into <b>./os/ports/GCC/ARM7/chcore.h</b>.
* .
* @ingroup ARM7
*/
|