diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-02 10:21:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-02 10:21:17 +0000 |
commit | e3262e950c778403d9d8303e6f70cdb5912a5b5d (patch) | |
tree | 63b907b86240f96c00b3496f9036870db9f7c874 | |
parent | 25fd95662814fd189c3616a804f234c19c6b6a58 (diff) | |
download | ChibiOS-e3262e950c778403d9d8303e6f70cdb5912a5b5d.tar.gz ChibiOS-e3262e950c778403d9d8303e6f70cdb5912a5b5d.tar.bz2 ChibiOS-e3262e950c778403d9d8303e6f70cdb5912a5b5d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3417 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32L1xx/platform.dox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32L1xx/platform.dox b/os/hal/platforms/STM32L1xx/platform.dox index dc7b26905..3737cc10d 100644 --- a/os/hal/platforms/STM32L1xx/platform.dox +++ b/os/hal/platforms/STM32L1xx/platform.dox @@ -164,8 +164,7 @@ * - @p PAL_MODE_INPUT_ANALOG.
* - @p PAL_MODE_OUTPUT_PUSHPULL.
* - @p PAL_MODE_OUTPUT_OPENDRAIN.
- * - @p PAL_MODE_STM32_ALTERNATE_PUSHPULL (non standard).
- * - @p PAL_MODE_STM32_ALTERNATE_OPENDRAIN (non standard).
+ * - @p PAL_MODE_ALTERNATE (non standard).
* .
* Any attempt to setup an invalid mode is ignored.
*
|