removed timing routines from sd_card.c (since they were disappointing anyway)

modified S-record reader diagnostic output
This commit is contained in:
Markus Fröschle
2012-12-18 20:55:18 +00:00
parent a913cabf7e
commit c4582b8473
3 changed files with 33 additions and 55 deletions

View File

@@ -10,5 +10,5 @@
void basflash(void)
{
xprintf("Hello from BASFLASH.S19!\r\n");
xprintf("\r\nHello from BASFLASH.S19!\r\n\r\n");
}