aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11xx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-05 08:12:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-05 08:12:31 +0000
commit3076655c398c84a8a8ab79e9364693233df7e006 (patch)
treef1541ed597c21ad94342972aad0c3bca2da2399d /os/hal/platforms/LPC11xx/hal_lld.h
parent01ce181671d28c701948c765768440a7e9a09777 (diff)
downloadChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.tar.gz
ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.tar.bz2
ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1856 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx/hal_lld.h')
-rw-r--r--os/hal/platforms/LPC11xx/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC11xx/hal_lld.h b/os/hal/platforms/LPC11xx/hal_lld.h
index 523eb0a6f..521029139 100644
--- a/os/hal/platforms/LPC11xx/hal_lld.h
+++ b/os/hal/platforms/LPC11xx/hal_lld.h
@@ -18,10 +18,10 @@
*/
/**
- * @file LPC111x/hal_lld.h
+ * @file LPC11xx/hal_lld.h
* @brief HAL subsystem low level driver header template.
*
- * @addtogroup LPC111x_HAL
+ * @addtogroup LPC11xx_HAL
* @{
*/
@@ -38,7 +38,7 @@
/**
* @brief Platform name.
*/
-#define PLATFORM_NAME "LPC111x"
+#define PLATFORM_NAME "LPC11xx"
#define IRCOSCCLK 12000000 /**< High speed internal clock. */
#define WDGOSCCLK 1600000 /**< Watchdog internal clock. */