From: asterix Date: Tue, 17 May 2011 10:10:47 +0000 (+0000) Subject: Add copyright and fix includes. X-Git-Tag: 2.7.0~61 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3a818a215a6471c6e6f9a474f4a8d17be5cece4a;p=bertos.git Add copyright and fix includes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4905 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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)