crash when linking SD-modules. Static variable initialization?

This commit is contained in:
Markus Fröschle
2012-12-06 08:00:52 +00:00
parent f1120bb563
commit 99e9417752
6 changed files with 69 additions and 13 deletions

View File

@@ -149,8 +149,7 @@ static void rcvr_spi_multi(BYTE *buff, UINT count)
*/
static void xmit_spi_multi(const BYTE *buff, UINT btx)
{
UINT n = 512;
WORD d;
int i;
for (i = 0; i < btx; i++)
xchg_spi(*buff++);