15 lines
192 B
C
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");
|
|
}
|