diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-17 14:01:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-17 14:01:06 +0000 |
commit | 920127b69c53840340f1821ca2cb6e064a9354c7 (patch) | |
tree | 6bb9ae620c7b12a66706e88a60be5d48cc61852f /docs | |
parent | 1320a6814f2b23e960cce94a7db84a267fde5851 (diff) | |
download | ChibiOS-920127b69c53840340f1821ca2cb6e064a9354c7.tar.gz ChibiOS-920127b69c53840340f1821ca2cb6e064a9354c7.tar.bz2 ChibiOS-920127b69c53840340f1821ca2cb6e064a9354c7.zip |
Changed a path.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2383 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 1ec769657..37e3a152f 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -617,7 +617,7 @@ INPUT = ../docs/src \ ../os/kernel/templates \ ../os/ports \ ../os/ports/GCC/AVR \ - ../os/ports/GCC/ARM7 \ + ../os/ports/GCC/ARM \ ../os/ports/GCC/ARMCMx \ ../os/ports/GCC/ARMCMx/STM32 \ ../os/ports/GCC/ARMCMx/LPC11xx \ |