From ffbe8acd4d26c98de8f1fe73ae5844afcc7ab335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Wed, 6 Nov 2013 07:15:05 +0000 Subject: [PATCH] dma_memcopy() for EmuTOS doesn't work yet - disabled --- BaS_gcc/sources/BaS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/sources/BaS.c b/BaS_gcc/sources/BaS.c index b8299d3..5387614 100644 --- a/BaS_gcc/sources/BaS.c +++ b/BaS_gcc/sources/BaS.c @@ -238,7 +238,7 @@ void BaS(void) /* copy EMUTOS */ src = (uint8_t *) EMUTOS; - dma_memcpy(dst, src, EMUTOS_SIZE); + memcpy(dst, src, EMUTOS_SIZE); xprintf("finished\r\n"); xprintf("initialize MMU: ");