aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-04 20:20:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-04 20:20:36 +0000
commitba89f675a2affeaa66f06c31085ecc95b88e25df (patch)
tree1b6b5867dd641a545e98a7f6cd1ddbb8ec39d5d6 /os/hal/platforms/STM32L1xx
parentbf185be2602528df7dd0f388b350cb71a378a1ce (diff)
downloadChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.tar.gz
ChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.tar.bz2
ChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3466 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx')
-rw-r--r--os/hal/platforms/STM32L1xx/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h
index 7ad613b5f..09bd9bf78 100644
--- a/os/hal/platforms/STM32L1xx/hal_lld.h
+++ b/os/hal/platforms/STM32L1xx/hal_lld.h
@@ -53,7 +53,7 @@
* @name Platform identification
* @{
*/
-#define PLATFORM_NAME "STM32L Ultra Low Power Medium Density"
+#define PLATFORM_NAME "STM32L1 Ultra Low Power Medium Density"
/** @} */
/**