modified to enable remote debugging of basflash.s19.
basflash.s19 does not work in this version (hang)!
This commit is contained in:
16
sources/basflash_start.c
Normal file
16
sources/basflash_start.c
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* basflash_start.c
|
||||
*
|
||||
* Created on: 16.02.2013
|
||||
* Author: mfro
|
||||
*/
|
||||
|
||||
|
||||
void startup(void)
|
||||
{
|
||||
void basflash(void);
|
||||
void init_serial(void);
|
||||
|
||||
init_serial();
|
||||
basflash();
|
||||
}
|
||||
Reference in New Issue
Block a user