mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
SDMMC: Correct CS pin to resolve access to SD card
This commit is contained in:
parent
3f86ae23d9
commit
61a9c626c7
@ -20,7 +20,7 @@ R
|
|||||||
return {
|
return {
|
||||||
cpu = 'stm32f103vct6',
|
cpu = 'stm32f103vct6',
|
||||||
components = {
|
components = {
|
||||||
mmcfs = { spi = 0, cs_port = 4, cs_pin = 0 },
|
mmcfs = { spi = 0, cs_port = 0, cs_pin = 4 },
|
||||||
sercon = { uart = 0, speed = 115200, buf_size = 128 },
|
sercon = { uart = 0, speed = 115200, buf_size = 128 },
|
||||||
wofs = false,
|
wofs = false,
|
||||||
romfs = false,
|
romfs = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user