From: asterix Date: Fri, 28 May 2010 09:19:00 +0000 (+0000) Subject: Reorder include. X-Git-Tag: 2.5.0~52 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=dd7d54a9e52b47856782cfea08fd714fa6aba4e5;hp=76b13f8a079264775b6f677ce8c0ab366c5c45c0;p=bertos.git Reorder include. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3865 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/arduino/templates/empty/main.c b/boards/arduino/templates/empty/main.c index 1036c5cb..1b6b79a6 100644 --- a/boards/arduino/templates/empty/main.c +++ b/boards/arduino/templates/empty/main.c @@ -38,10 +38,13 @@ * supported board and proposes an empty main. */ +#include "hw/hw_led.h" + #include + #include #include -#include + #include #include diff --git a/boards/arduino/templates/kernel/main.c b/boards/arduino/templates/kernel/main.c index b4ebd8ed..ff8b2f12 100644 --- a/boards/arduino/templates/kernel/main.c +++ b/boards/arduino/templates/kernel/main.c @@ -39,12 +39,16 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include #include -#include + #include #include + #include #include diff --git a/boards/at91sam7s-ek/templates/empty/main.c b/boards/at91sam7s-ek/templates/empty/main.c index 0c8aefc4..516bfad0 100644 --- a/boards/at91sam7s-ek/templates/empty/main.c +++ b/boards/at91sam7s-ek/templates/empty/main.c @@ -38,9 +38,12 @@ * supported board and proposes an empty main. */ +#include "hw/hw_led.h" + #include + #include -#include + #include #include diff --git a/boards/at91sam7s-ek/templates/kernel/main.c b/boards/at91sam7s-ek/templates/kernel/main.c index 13e360dd..28035ddd 100644 --- a/boards/at91sam7s-ek/templates/kernel/main.c +++ b/boards/at91sam7s-ek/templates/kernel/main.c @@ -39,11 +39,15 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include -#include + #include #include + #include #include diff --git a/boards/at91sam7x-ek/templates/empty/main.c b/boards/at91sam7x-ek/templates/empty/main.c index 1036c5cb..1b6b79a6 100644 --- a/boards/at91sam7x-ek/templates/empty/main.c +++ b/boards/at91sam7x-ek/templates/empty/main.c @@ -38,10 +38,13 @@ * supported board and proposes an empty main. */ +#include "hw/hw_led.h" + #include + #include #include -#include + #include #include diff --git a/boards/at91sam7x-ek/templates/kernel/main.c b/boards/at91sam7x-ek/templates/kernel/main.c index b4ebd8ed..ff8b2f12 100644 --- a/boards/at91sam7x-ek/templates/kernel/main.c +++ b/boards/at91sam7x-ek/templates/kernel/main.c @@ -39,12 +39,16 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include #include -#include + #include #include + #include #include diff --git a/boards/ek-lm3s1968/templates/empty/main.c b/boards/ek-lm3s1968/templates/empty/main.c index b6df37c9..69ec1f21 100644 --- a/boards/ek-lm3s1968/templates/empty/main.c +++ b/boards/ek-lm3s1968/templates/empty/main.c @@ -38,9 +38,12 @@ * supported board and proposes an empty main. */ +#include "hw/hw_led.h" + #include + #include -#include + #include #include #include diff --git a/boards/ek-lm3s1968/templates/kernel/main.c b/boards/ek-lm3s1968/templates/kernel/main.c index 68fdf45f..d0e88d53 100644 --- a/boards/ek-lm3s1968/templates/kernel/main.c +++ b/boards/ek-lm3s1968/templates/kernel/main.c @@ -39,14 +39,18 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include -#include + #include #include #include #include #include + #include #include diff --git a/boards/lpc-p2378/templates/empty/main.c b/boards/lpc-p2378/templates/empty/main.c index 1036c5cb..653427e3 100644 --- a/boards/lpc-p2378/templates/empty/main.c +++ b/boards/lpc-p2378/templates/empty/main.c @@ -38,10 +38,14 @@ * supported board and proposes an empty main. */ +#include "hw/hw_led.h" + #include + #include #include -#include + + #include #include diff --git a/boards/lpc-p2378/templates/kernel/main.c b/boards/lpc-p2378/templates/kernel/main.c index b4ebd8ed..ff8b2f12 100644 --- a/boards/lpc-p2378/templates/kernel/main.c +++ b/boards/lpc-p2378/templates/kernel/main.c @@ -39,12 +39,16 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include #include -#include + #include #include + #include #include diff --git a/boards/stm32-p103/templates/empty/main.c b/boards/stm32-p103/templates/empty/main.c index f40e46b0..251b987a 100644 --- a/boards/stm32-p103/templates/empty/main.c +++ b/boards/stm32-p103/templates/empty/main.c @@ -38,9 +38,12 @@ * supported board and proposes an empty main. */ +#include "hw/hw_led.h" + #include + #include -#include + #include static void init(void) diff --git a/boards/stm32-p103/templates/kernel/main.c b/boards/stm32-p103/templates/kernel/main.c index 1085e6ad..2ccb10b1 100644 --- a/boards/stm32-p103/templates/kernel/main.c +++ b/boards/stm32-p103/templates/kernel/main.c @@ -39,10 +39,14 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include -#include + #include + #include #include diff --git a/boards/triface/templates/empty/main.c b/boards/triface/templates/empty/main.c index 1036c5cb..1b6b79a6 100644 --- a/boards/triface/templates/empty/main.c +++ b/boards/triface/templates/empty/main.c @@ -38,10 +38,13 @@ * supported board and proposes an empty main. */ +#include "hw/hw_led.h" + #include + #include #include -#include + #include #include diff --git a/boards/triface/templates/kernel/main.c b/boards/triface/templates/kernel/main.c index b4ebd8ed..ff8b2f12 100644 --- a/boards/triface/templates/kernel/main.c +++ b/boards/triface/templates/kernel/main.c @@ -39,12 +39,16 @@ * continues to monitor the stack utilization of all the processes. */ +#include "hw/hw_led.h" + #include + #include #include -#include + #include #include + #include #include