1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

SDMMC: Correct CS pin to resolve access to SD card

This commit is contained in:
Raman 2017-03-25 18:10:59 +05:30
parent 3f86ae23d9
commit 61a9c626c7

View File

@ -20,7 +20,7 @@ R
return {
cpu = 'stm32f103vct6',
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 },
wofs = false,
romfs = false,