diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 12:47:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 12:47:05 +0000 |
commit | cec33ff0e62d3666f6a1828d78891d63da191e20 (patch) | |
tree | 449cd3b05d97067929a9d27838dafe0560ad7694 /os/hal/platforms/LPC111x/hal_lld.h | |
parent | 95a293d604bb8a2e7dedc3fc81f94d139d801f78 (diff) | |
download | ChibiOS-cec33ff0e62d3666f6a1828d78891d63da191e20.tar.gz ChibiOS-cec33ff0e62d3666f6a1828d78891d63da191e20.tar.bz2 ChibiOS-cec33ff0e62d3666f6a1828d78891d63da191e20.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1831 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC111x/hal_lld.h')
-rw-r--r-- | os/hal/platforms/LPC111x/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/LPC111x/hal_lld.h b/os/hal/platforms/LPC111x/hal_lld.h index be2ecf09e..f29fa1418 100644 --- a/os/hal/platforms/LPC111x/hal_lld.h +++ b/os/hal/platforms/LPC111x/hal_lld.h @@ -38,7 +38,7 @@ /**
* @brief Platform name.
*/
-#define PLATFORM_NAME "LPC11xx"
+#define PLATFORM_NAME "LPC111x"
#define IRCOSCCLK 12000000 /**< High speed internal clock. */
#define WDGOSCCLK 1600000 /**< Watchdog internal clock. */
|