Fixed some GPIO settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15811 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
6720ecf7ad
commit
42e6cc9836
|
@ -626,8 +626,8 @@
|
|||
PIN_PUPDR_FLOATING(GPIOB_LCD_B7) | \
|
||||
PIN_PUPDR_FLOATING(GPIOB_MII_RX_ER) | \
|
||||
PIN_PUPDR_FLOATING(GPIOB_MII_TX_EN) | \
|
||||
PIN_PUPDR_PULLUP(GPIOB_RMII_TXD0) | \
|
||||
PIN_PUPDR_PULLUP(GPIOB_RMII_TXD1) | \
|
||||
PIN_PUPDR_FLOATING(GPIOB_RMII_TXD0) | \
|
||||
PIN_PUPDR_FLOATING(GPIOB_RMII_TXD1) | \
|
||||
PIN_PUPDR_PULLUP(GPIOB_ARD_D1) | \
|
||||
PIN_PUPDR_PULLUP(GPIOB_ARD_D0))
|
||||
#define VAL_GPIOB_ODR (PIN_ODR_LOW(GPIOB_LCD_G1) | \
|
||||
|
|
|
@ -262,7 +262,7 @@
|
|||
Type="PushPull"
|
||||
Level="High"
|
||||
Speed="Maximum"
|
||||
Resistor="PullUp"
|
||||
Resistor="Floating"
|
||||
Mode="Alternate"
|
||||
Alternate="11" />
|
||||
<pin13
|
||||
|
@ -270,9 +270,9 @@
|
|||
Type="PushPull"
|
||||
Level="High"
|
||||
Speed="Maximum"
|
||||
Resistor="PullUp"
|
||||
Resistor="Floating"
|
||||
Mode="Alternate"
|
||||
Alternate="11" />
|
||||
Alternate="11" ></pin13>
|
||||
<pin14
|
||||
ID="ARD_D1"
|
||||
Type="PushPull"
|
||||
|
|
Loading…
Reference in New Issue