diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-17 16:47:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-17 16:47:17 +0000 |
commit | 76ac6302c73df7ab7da020b3ce412d2bdeafb2ea (patch) | |
tree | 5ea53935cdb6f7dc794ce82404ade7264e4924ed /os/hal/platforms/STM32L1xx/hal_lld.h | |
parent | d25f85f0ea9b8340a9f16000c43f218a34e56477 (diff) | |
download | ChibiOS-76ac6302c73df7ab7da020b3ce412d2bdeafb2ea.tar.gz ChibiOS-76ac6302c73df7ab7da020b3ce412d2bdeafb2ea.tar.bz2 ChibiOS-76ac6302c73df7ab7da020b3ce412d2bdeafb2ea.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4204 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/hal_lld.h')
-rw-r--r-- | os/hal/platforms/STM32L1xx/hal_lld.h | 2 |
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 096a21ddb..e7c27ceb8 100644 --- a/os/hal/platforms/STM32L1xx/hal_lld.h +++ b/os/hal/platforms/STM32L1xx/hal_lld.h @@ -546,7 +546,7 @@ #endif
/**
- * @brief Clock source for the RTC/LCD.
+ * @brief RTC/LCD clock source.
*/
#if !defined(STM32_RTCSEL) || defined(__DOXYGEN__)
#define STM32_RTCSEL STM32_RTCSEL_LSE
|