Compare commits

..

No commits in common. "b0f5ab30a940e06be999b585d989e6e54de0e8c1" and "df1d3eba7751a5625be648178b466717b0809028" have entirely different histories.

View File

@ -205,7 +205,7 @@ void SDIO_init_hw(){
SETAF(CMDPORT, CMDPIN, ALTFUNC);
SETAF(D0PORT, D0PIN, ALTFUNC);
#if BUSWIDTH==4
SETAF(D1PORT, D1PIN, ALTFUNC);
SETAF(D1PORT, D1PIN, ALTFUNC);
SETAF(D2PORT, D2PIN, ALTFUNC);
SETAF(D3PORT, D3PIN, ALTFUNC);
#endif