Fixed settings for SD_D0 and SD_D1 pins to "floating".
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11357 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
835954edca
commit
7e1057c99f
|
@ -1239,8 +1239,8 @@
|
|||
PIN_PUPDR_PULLUP(GPIOG_EXT_SDA) | \
|
||||
PIN_PUPDR_PULLUP(GPIOG_SAI1_MCLKA) | \
|
||||
PIN_PUPDR_FLOATING(GPIOG_FMC_SDCLK) | \
|
||||
PIN_PUPDR_PULLUP(GPIOG_SD_D0) | \
|
||||
PIN_PUPDR_PULLUP(GPIOG_SD_D1) | \
|
||||
PIN_PUPDR_FLOATING(GPIOG_SD_D0) | \
|
||||
PIN_PUPDR_FLOATING(GPIOG_SD_D1) | \
|
||||
PIN_PUPDR_FLOATING(GPIOG_RMII_TX_EN) | \
|
||||
PIN_PUPDR_FLOATING(GPIOG_SPDIF_RX) | \
|
||||
PIN_PUPDR_FLOATING(GPIOG_RMII_TXD0) | \
|
||||
|
|
|
@ -891,7 +891,7 @@
|
|||
Type="PushPull"
|
||||
Level="High"
|
||||
Speed="Maximum"
|
||||
Resistor="PullUp"
|
||||
Resistor="Floating"
|
||||
Mode="Alternate"
|
||||
Alternate="11" />
|
||||
<pin10
|
||||
|
@ -899,7 +899,7 @@
|
|||
Type="PushPull"
|
||||
Level="High"
|
||||
Speed="Maximum"
|
||||
Resistor="PullUp"
|
||||
Resistor="Floating"
|
||||
Mode="Alternate"
|
||||
Alternate="11" />
|
||||
<pin11
|
||||
|
|
Loading…
Reference in New Issue