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

Merge pull request #107 from ramangopalan/master

SDMMC: Correct CS pin to resolve access to SD card
This commit is contained in:
Bogdan Marinescu 2017-03-25 15:11:53 +02:00 committed by GitHub
commit 1c744f03eb

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,