sam3x-ek empty template: init lcd
[bertos.git] / boards / sam3x-ek / templates / empty / main.c
index d726f355dcdb67974279a998653461b58fd4f0c7..447714efae61d85b67c607a5b393132c09708794 100644 (file)
@@ -1,4 +1,3 @@
-// Empty main.c file generated by the wizard
 #include <cpu/irq.h>
 #include <cfg/debug.h>
 #include <drv/timer.h>
@@ -13,6 +12,7 @@ static void init(void)
 
        timer_init();
        LED_INIT();
+       lcd_hx8347_init();
 }
 
 int main(void)