From 75f65e419fb6f4179d44de58c9af1c9b244c016c Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 28 Sep 2011 15:10:37 +0000 Subject: [PATCH] Init the dmac to use sd or i2s module. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5115 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/sam3x-ek/templates/empty/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/sam3x-ek/templates/empty/main.c b/boards/sam3x-ek/templates/empty/main.c index fc0eaae9..0b8ac800 100644 --- a/boards/sam3x-ek/templates/empty/main.c +++ b/boards/sam3x-ek/templates/empty/main.c @@ -46,6 +46,7 @@ #include #include +#include static void init(void) { @@ -56,6 +57,7 @@ static void init(void) timer_init(); LED_INIT(); lcd_hx8347_init(); + dmac_init(); } int main(void) -- 2.25.1