From 374b1a94c4ba923a518024190d3abdcf7ddd8ba8 Mon Sep 17 00:00:00 2001 From: aleph Date: Wed, 2 Mar 2011 16:36:52 +0000 Subject: [PATCH 1/1] sam3x-ek empty template: init lcd git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4739 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/sam3x-ek/templates/empty/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/sam3x-ek/templates/empty/main.c b/boards/sam3x-ek/templates/empty/main.c index d726f355..447714ef 100644 --- a/boards/sam3x-ek/templates/empty/main.c +++ b/boards/sam3x-ek/templates/empty/main.c @@ -1,4 +1,3 @@ -// Empty main.c file generated by the wizard #include #include #include @@ -13,6 +12,7 @@ static void init(void) timer_init(); LED_INIT(); + lcd_hx8347_init(); } int main(void) -- 2.25.1