diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-05 06:48:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-05 06:48:55 +0000 |
commit | 9dce6b609e772e447d7fe7380c4f0ab036aae7a4 (patch) | |
tree | 57b442b430b195c674882366c525b7aafcd2f3db | |
parent | 6dc59bdf42a4342127dfbef2c1284bf544295a78 (diff) | |
download | ChibiOS-9dce6b609e772e447d7fe7380c4f0ab036aae7a4.tar.gz ChibiOS-9dce6b609e772e447d7fe7380c4f0ab036aae7a4.tar.bz2 ChibiOS-9dce6b609e772e447d7fe7380c4f0ab036aae7a4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5674 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/ports/GCC/PPC/SPC560BCxx/vectors.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC560Pxx/vectors.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC563Mxx/vectors.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC564Axx/vectors.h | 2 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC56ELxx/vectors.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/os/ports/GCC/PPC/SPC560BCxx/vectors.h b/os/ports/GCC/PPC/SPC560BCxx/vectors.h index 6b1f66ec0..4a54e0f70 100644 --- a/os/ports/GCC/PPC/SPC560BCxx/vectors.h +++ b/os/ports/GCC/PPC/SPC560BCxx/vectors.h @@ -19,7 +19,7 @@ */
/**
- * @file vectors.h
+ * @file SPC560BCxx/vectors.h
* @brief ISR vector module header.
*
* @addtogroup PPC_CORE
diff --git a/os/ports/GCC/PPC/SPC560Pxx/vectors.h b/os/ports/GCC/PPC/SPC560Pxx/vectors.h index 04f98fa27..fc2f6e47c 100644 --- a/os/ports/GCC/PPC/SPC560Pxx/vectors.h +++ b/os/ports/GCC/PPC/SPC560Pxx/vectors.h @@ -19,7 +19,7 @@ */
/**
- * @file vectors.h
+ * @file SPC560Pxx/vectors.h
* @brief ISR vector module header.
*
* @addtogroup PPC_CORE
diff --git a/os/ports/GCC/PPC/SPC563Mxx/vectors.h b/os/ports/GCC/PPC/SPC563Mxx/vectors.h index eec7fa1e8..9d6d744f6 100644 --- a/os/ports/GCC/PPC/SPC563Mxx/vectors.h +++ b/os/ports/GCC/PPC/SPC563Mxx/vectors.h @@ -19,7 +19,7 @@ */
/**
- * @file vectors.h
+ * @file SPC563Mxx/vectors.h
* @brief ISR vector module header.
*
* @addtogroup PPC_CORE
diff --git a/os/ports/GCC/PPC/SPC564Axx/vectors.h b/os/ports/GCC/PPC/SPC564Axx/vectors.h index a166457d3..2e8ab38a1 100644 --- a/os/ports/GCC/PPC/SPC564Axx/vectors.h +++ b/os/ports/GCC/PPC/SPC564Axx/vectors.h @@ -19,7 +19,7 @@ */
/**
- * @file vectors.h
+ * @file SPC564Axx/vectors.h
* @brief ISR vector module header.
*
* @addtogroup PPC_CORE
diff --git a/os/ports/GCC/PPC/SPC56ELxx/vectors.h b/os/ports/GCC/PPC/SPC56ELxx/vectors.h index 14e7fc3e0..628b075b5 100644 --- a/os/ports/GCC/PPC/SPC56ELxx/vectors.h +++ b/os/ports/GCC/PPC/SPC56ELxx/vectors.h @@ -19,7 +19,7 @@ */
/**
- * @file vectors.h
+ * @file SPC56ELxx/vectors.h
* @brief ISR vector module header.
*
* @addtogroup PPC_CORE
|