diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-12 07:32:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-12 07:32:38 +0000 |
commit | f81c30406f47c57b8fcbec62ac66b66042eaa23f (patch) | |
tree | eb109c0b0adf37fc34b7e1815c93820d4534c5f5 /boards | |
parent | 7475f73726faf6d5408bd12dc8120b7cfd44a5b2 (diff) | |
download | ChibiOS-f81c30406f47c57b8fcbec62ac66b66042eaa23f.tar.gz ChibiOS-f81c30406f47c57b8fcbec62ac66b66042eaa23f.tar.bz2 ChibiOS-f81c30406f47c57b8fcbec62ac66b66042eaa23f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2817 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/OLIMEX_STM32_P107/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/OLIMEX_STM32_P107/board.h b/boards/OLIMEX_STM32_P107/board.h index 87c2398dd..52639b0e2 100644 --- a/boards/OLIMEX_STM32_P107/board.h +++ b/boards/OLIMEX_STM32_P107/board.h @@ -170,8 +170,8 @@ /*
* Port E setup.
* Everything input with pull-up except:
- * PE12 - Normal input (ETH_RMII_MDINT).
- * PE13 - Normal input (USB_FAULT).
+ * PE14 - Normal input (ETH_RMII_MDINT).
+ * PE15 - Normal input (USB_FAULT).
*/
#define VAL_GPIOECRL 0x88888888 /* PE7...PE0 */
#define VAL_GPIOECRH 0x44888888 /* PE15...PE8 */
|