git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2817 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7475f73726
commit
f81c30406f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue