From 2e37cdb6042a1f5c0a8b7de3191de15944afd2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 7 Nov 2013 19:44:16 +0000 Subject: [PATCH] (temporarily) disabled EmuTOS copy for m5484LITE --- sources/BaS.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/BaS.c b/sources/BaS.c index 5387614..d1a8474 100644 --- a/sources/BaS.c +++ b/sources/BaS.c @@ -237,9 +237,13 @@ 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();