Fixed path.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10067 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
31ab758fff
commit
41bdde6a69
|
@ -791,7 +791,7 @@ INPUT = ./src \
|
|||
../../os/hal/src \
|
||||
../../os/hal/include \
|
||||
../../os/hal/templates \
|
||||
../../os/hal/templates\osal
|
||||
../../os/hal/templates/osal
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
|
|
@ -791,7 +791,7 @@ INPUT = ./src \
|
|||
../../os/hal/src \
|
||||
../../os/hal/include \
|
||||
../../os/hal/templates \
|
||||
../../os/hal/templates\osal
|
||||
../../os/hal/templates/osal
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
|
Loading…
Reference in New Issue