modified to enable remote debugging of basflash.s19.

basflash.s19 does not work in this version (hang)!
This commit is contained in:
Markus Fröschle
2013-02-17 07:30:14 +00:00
parent 6b4da80a56
commit 624e690f62
4 changed files with 17 additions and 23 deletions

View File

@@ -9,8 +9,6 @@
void startup(void)
{
void basflash(void);
void init_serial(void);
init_serial();
basflash();
}