Files
FireBee_SVN/BaS_gcc/sources/basflash.c
Markus Fröschle c4582b8473 removed timing routines from sd_card.c (since they were disappointing anyway)
modified S-record reader diagnostic output
2012-12-18 20:55:18 +00:00

15 lines
192 B
C

/*
* basflash.c
*
* Created on: 18.12.2012
* Author: mfro
*/
#include <stdint.h>
#include <bas_printf.h>
void basflash(void)
{
xprintf("\r\nHello from BASFLASH.S19!\r\n\r\n");
}