From 3a818a215a6471c6e6f9a474f4a8d17be5cece4a Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 17 May 2011 10:10:47 +0000 Subject: [PATCH] Add copyright and fix includes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4905 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/sam3x-ek/templates/empty/main.c | 47 ++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/boards/sam3x-ek/templates/empty/main.c b/boards/sam3x-ek/templates/empty/main.c index 447714ef..fc0eaae9 100644 --- a/boards/sam3x-ek/templates/empty/main.c +++ b/boards/sam3x-ek/templates/empty/main.c @@ -1,7 +1,50 @@ -#include +/** + * \file + * + * + * \author Stefano Federico + * + * \brief Empty project. + * + * This is a minimalist project, it just initializes the hardware of the + * supported board and proposes an empty main. + */ + +#include "hw/hw_led.h" + #include + +#include + #include -#include #include static void init(void) -- 2.25.1