aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-08 16:42:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-08 16:42:59 +0000
commit10b661e8a6b2fb7769d6756558f2ab7ec18ce69a (patch)
tree63cf6a1f4e2abcb6d6f836271bab9220698e7682
parent169a4bbc7e661fc920fd74050ec064b68652c878 (diff)
downloadChibiOS-10b661e8a6b2fb7769d6756558f2ab7ec18ce69a.tar.gz
ChibiOS-10b661e8a6b2fb7769d6756558f2ab7ec18ce69a.tar.bz2
ChibiOS-10b661e8a6b2fb7769d6756558f2ab7ec18ce69a.zip
Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3765 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld_f103.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f103.h b/os/hal/platforms/STM32F1xx/hal_lld_f103.h
index 3ed1db83b..a536dcf33 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld_f103.h
+++ b/os/hal/platforms/STM32F1xx/hal_lld_f103.h
@@ -1015,7 +1015,7 @@
#endif
#if STM32_RTCSEL == STM32_RTCSEL_HSEDIV
-#error "HSE not enabled, required by STM32_RTCSELSEL"
+#error "HSE not enabled, required by STM32_RTCSEL"
#endif
#endif /* !STM32_HSE_ENABLED */