diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-01-15 11:39:07 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-01-15 11:39:07 +0000 |
commit | ca2ae96ab5efaca4b160aa4657fd0017a785bfbe (patch) | |
tree | 3e00cd6390f614b0704d8261af1a871cf240a7ca /os/common/ports | |
parent | 1e7e772b69f7aeb5324e26c7b0a5efa438a8c4c8 (diff) | |
download | ChibiOS-ca2ae96ab5efaca4b160aa4657fd0017a785bfbe.tar.gz ChibiOS-ca2ae96ab5efaca4b160aa4657fd0017a785bfbe.tar.bz2 ChibiOS-ca2ae96ab5efaca4b160aa4657fd0017a785bfbe.zip |
Fixed typo in comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7624 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports')
-rw-r--r-- | os/common/ports/ARMCMx/compilers/GCC/ld/STM32F072xB.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F072xB.ld b/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F072xB.ld index d016fb22d..29a8dcf00 100644 --- a/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F072xB.ld +++ b/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F072xB.ld @@ -18,7 +18,7 @@ */
/*
- * STM32F051x8 memory setup.
+ * STM32F072xB memory setup.
*/
MEMORY
{
|