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