diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-27 10:06:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-27 10:06:06 +0000 |
commit | 4434fed8d81d9bc3a41a02a645bfd719ff941f73 (patch) | |
tree | 0cb7212b530b88875e1d25b0b2ebb633cf5ac800 /os/ports | |
parent | 6d4cee3b28ab9446fa8f567bdd0199c16561bad8 (diff) | |
download | ChibiOS-4434fed8d81d9bc3a41a02a645bfd719ff941f73.tar.gz ChibiOS-4434fed8d81d9bc3a41a02a645bfd719ff941f73.tar.bz2 ChibiOS-4434fed8d81d9bc3a41a02a645bfd719ff941f73.zip |
Fixed stop procedure in the USB driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5634 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/PPC/SPC564Axx/bam.s | 4 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC564Axx/core.s | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/PPC/SPC564Axx/bam.s b/os/ports/GCC/PPC/SPC564Axx/bam.s index 2955cea2f..316724abf 100644 --- a/os/ports/GCC/PPC/SPC564Axx/bam.s +++ b/os/ports/GCC/PPC/SPC564Axx/bam.s @@ -19,8 +19,8 @@ */
/**
- * @file SPC563Axx/bam.s
- * @brief SPC563Axx boot assistant record.
+ * @file SPC564Axx/bam.s
+ * @brief SPC564Axx boot assistant record.
*
* @addtogroup PPC_CORE
* @{
diff --git a/os/ports/GCC/PPC/SPC564Axx/core.s b/os/ports/GCC/PPC/SPC564Axx/core.s index 074675c46..10ea5ffaf 100644 --- a/os/ports/GCC/PPC/SPC564Axx/core.s +++ b/os/ports/GCC/PPC/SPC564Axx/core.s @@ -19,7 +19,7 @@ */
/**
- * @file SPC563Axx/core.s
+ * @file SPC564Axx/core.s
* @brief e200z4 core configuration.
*
* @addtogroup PPC_CORE
|