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 c2e4e830be
commit 9f3167d2b2
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;
}