From ca7e700ec40d36611469af11fca37ea80c204cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 7 Dec 2013 19:45:09 +0000 Subject: [PATCH] added copy of EmuTOS for m5484lite --- sources/BaS.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sources/BaS.c b/sources/BaS.c index d1a8474..5387614 100644 --- a/sources/BaS.c +++ b/sources/BaS.c @@ -237,13 +237,9 @@ void BaS(void) xprintf("copy EmuTOS: "); /* copy EMUTOS */ -#if MACHINE_FIREBEE src = (uint8_t *) EMUTOS; memcpy(dst, src, EMUTOS_SIZE); xprintf("finished\r\n"); -#elif MACHINE_M5484LITE - xprintf("not done\r\n"); -#endif xprintf("initialize MMU: "); mmu_init();