diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-16 17:04:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-16 17:04:28 +0000 |
commit | b0c0f93b8f60d3cf5225987d04c4ef84f8f72cee (patch) | |
tree | dbc62d2195ea244aa5ef58e4af2a19ee5e737b83 /os/hal/platforms/STM32L1xx/hal_lld.h | |
parent | 63f071bb5945b01f653ccceda09e48376dbc2263 (diff) | |
download | ChibiOS-b0c0f93b8f60d3cf5225987d04c4ef84f8f72cee.tar.gz ChibiOS-b0c0f93b8f60d3cf5225987d04c4ef84f8f72cee.tar.bz2 ChibiOS-b0c0f93b8f60d3cf5225987d04c4ef84f8f72cee.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4201 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h index 38f910f2d..096a21ddb 100644 --- a/os/hal/platforms/STM32L1xx/hal_lld.h +++ b/os/hal/platforms/STM32L1xx/hal_lld.h @@ -25,6 +25,7 @@ * @p board.h file:
* - STM32_LSECLK.
* - STM32_HSECLK.
+ * - STM32_HSE_BYPASS (optionally).
* .
* One of the following macros must also be defined:
* - STM32L1XX_MD for Ultra Low Power Medium-density devices.
|