Skip to content

Commit

Permalink
Add missing \r in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Oct 14, 2020
1 parent 2115771 commit 1933221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fatfs/sdcard.c
Expand Up @@ -1447,7 +1447,7 @@ int sd_card_init(struct block_device **dev)
sd_issue_command(ret, ACMD(41), 0, 500000);
if(FAIL(ret))
{
printf("SD: inquiry ACMD41 failed\n");
printf("SD: inquiry ACMD41 failed\r\n");
return -1;
}
#ifdef EMMC_DEBUG
Expand Down

0 comments on commit 1933221

Please sign in to comment.