1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #9232 from maribu/lpc2387

cpu/lpc2387: Fixed invalid call to send_msg in lpc2387-mci.c
This commit is contained in:
Peter Kietzmann 2018-06-01 08:11:25 +02:00 committed by GitHub
commit b3ef51fb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,7 +535,7 @@ diskio_sta_t mci_initialize(void)
//for (Timer[0] = 2; Timer[0]; );
xtimer_usleep(250);
send_cmd(CMD0, 0, 0, NULL); /* Enter idle state */
send_cmd(CMD0, 0, 0, resp); /* Enter idle state */
CardRCA = 0;
/*---- Card is 'idle' state ----*/