diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-22 18:52:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-22 18:52:25 +0000 |
commit | bbea7269342e2418fd57a567d6d842b39e572f23 (patch) | |
tree | 6340cd129edaf38d617a7d247ee9e125fa42742d /os/hal/platforms/STM32F2xx | |
parent | 8e0b313cc4dcc9c2572252a6e12c65a1694fae53 (diff) | |
download | ChibiOS-bbea7269342e2418fd57a567d6d842b39e572f23.tar.gz ChibiOS-bbea7269342e2418fd57a567d6d842b39e572f23.tar.bz2 ChibiOS-bbea7269342e2418fd57a567d6d842b39e572f23.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4228 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F2xx')
-rw-r--r-- | os/hal/platforms/STM32F2xx/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h index 09a1be836..e704b7fa2 100644 --- a/os/hal/platforms/STM32F2xx/hal_lld.h +++ b/os/hal/platforms/STM32F2xx/hal_lld.h @@ -596,7 +596,7 @@ #endif
/**
- * @brief USB clock setting.
+ * @brief USB/SDIO clock setting.
*/
#if !defined(STM32_CLOCK48_REQUIRED) || defined(__DOXYGEN__)
#define STM32_CLOCK48_REQUIRED TRUE
|