much more stable now but still I/O errors when copying large volumes

This commit is contained in:
Markus Fröschle
2013-05-13 19:41:55 +00:00
parent f722fff16c
commit 3f2c9e5877
2 changed files with 6 additions and 9 deletions

View File

@@ -103,7 +103,6 @@ static uint8_t xchg_spi(uint8_t byte)
fifo = MCF_DSPI_DRFR;
MCF_DSPI_DSR = 0xffffffff;
res = fifo & 0xff;
return res;
}