aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 17:46:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-10-22 17:46:59 +0000
commitefbd7db9789c18e465750646d51a5fab936c5fc6 (patch)
tree75fb47ce442e211fd47027bcb605804c103d3f2a /os/hal/platforms/STM32L1xx
parent93be331bcec89f81d0335fb7c5e239f0f02d6e0b (diff)
downloadChibiOS-efbd7db9789c18e465750646d51a5fab936c5fc6.tar.gz
ChibiOS-efbd7db9789c18e465750646d51a5fab936c5fc6.tar.bz2
ChibiOS-efbd7db9789c18e465750646d51a5fab936c5fc6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4776 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 575734dc7..297b9553b 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 "STM32L1 Ultra Low Power Medium Density"
+#define PLATFORM_NAME "STM32L1xx Ultra Low Power Medium Density"
/** @} */
/**