aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx/hal_lld_f100.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32F1xx/hal_lld_f100.h')
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld_f100.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f100.h b/os/hal/platforms/STM32F1xx/hal_lld_f100.h
index 81054966e..0026464e9 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld_f100.h
+++ b/os/hal/platforms/STM32F1xx/hal_lld_f100.h
@@ -45,13 +45,13 @@
* @{
*/
#if defined(__DOXYGEN__)
-#define PLATFORM_NAME "STM32F1 Value Line"
+#define PLATFORM_NAME "STM32F100 Value Line"
#elif defined(STM32F10X_LD_VL)
-#define PLATFORM_NAME "STM32F1 Value Line Low Density"
+#define PLATFORM_NAME "STM32F100 Value Line Low Density"
#elif defined(STM32F10X_MD_VL)
-#define PLATFORM_NAME "STM32F1 Value Line Medium Density"
+#define PLATFORM_NAME "STM32F100 Value Line Medium Density"
#else
#error "unsupported STM32 Value Line member"
#endif