git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2817 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-03-12 07:32:38 +00:00
parent 7475f73726
commit f81c30406f
1 changed files with 2 additions and 2 deletions

View File

@ -170,8 +170,8 @@
/* /*
* Port E setup. * Port E setup.
* Everything input with pull-up except: * Everything input with pull-up except:
* PE12 - Normal input (ETH_RMII_MDINT). * PE14 - Normal input (ETH_RMII_MDINT).
* PE13 - Normal input (USB_FAULT). * PE15 - Normal input (USB_FAULT).
*/ */
#define VAL_GPIOECRL 0x88888888 /* PE7...PE0 */ #define VAL_GPIOECRL 0x88888888 /* PE7...PE0 */
#define VAL_GPIOECRH 0x44888888 /* PE15...PE8 */ #define VAL_GPIOECRH 0x44888888 /* PE15...PE8 */