Files
FireBee_SVN/BaS_gcc/sources/basflash_start.c
Markus Fröschle 624e690f62 modified to enable remote debugging of basflash.s19.
basflash.s19 does not work in this version (hang)!
2013-02-17 07:30:14 +00:00

15 lines
139 B
C

/*
* basflash_start.c
*
* Created on: 16.02.2013
* Author: mfro
*/
void startup(void)
{
void basflash(void);
basflash();
}