Reorder include.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 28 May 2010 09:19:00 +0000 (09:19 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 28 May 2010 09:19:00 +0000 (09:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3865 38d2e660-2303-0410-9eaa-f027e97ec537

14 files changed:
boards/arduino/templates/empty/main.c
boards/arduino/templates/kernel/main.c
boards/at91sam7s-ek/templates/empty/main.c
boards/at91sam7s-ek/templates/kernel/main.c
boards/at91sam7x-ek/templates/empty/main.c
boards/at91sam7x-ek/templates/kernel/main.c
boards/ek-lm3s1968/templates/empty/main.c
boards/ek-lm3s1968/templates/kernel/main.c
boards/lpc-p2378/templates/empty/main.c
boards/lpc-p2378/templates/kernel/main.c
boards/stm32-p103/templates/empty/main.c
boards/stm32-p103/templates/kernel/main.c
boards/triface/templates/empty/main.c
boards/triface/templates/kernel/main.c

index 1036c5cb6b95c100b1fd37e4c488bfd9eb90c589..1b6b79a690f8d1d2de1a158de703243f4f7252b9 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
 
index b4ebd8ed9dbe7e7b7a754ee08c5752c2580ba76b..ff8b2f129e36069b60e258c23896f9f0143f5a47 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>
 
index 0c8aefc4cf533ffa566b87e18c0fa0a729edf9ed..516bfad06aa01ef67d3159183d164f96dea776ff 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
 
index 13e360dd4cd1ecad57864980fc6f0747075762ba..28035dddb0646ab0177203360095120999f28ec3 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>
 
index 1036c5cb6b95c100b1fd37e4c488bfd9eb90c589..1b6b79a690f8d1d2de1a158de703243f4f7252b9 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
 
index b4ebd8ed9dbe7e7b7a754ee08c5752c2580ba76b..ff8b2f129e36069b60e258c23896f9f0143f5a47 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>
 
index b6df37c952141834db6aa524e93acf24548b8688..69ec1f21df60f196a80306ea0eacfc111e43ed59 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
 #include <drv/lcd_rit128x96.h>
index 68fdf45fc59e56a06135b3ed5352b79c2ce1bd21..d0e88d53a62bae3b6eec3d8f1ac6ccefee4f4093 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
 #include <drv/lcd_rit128x96.h>
 #include <drv/kbd.h>
 #include <drv/flash.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>
 
index 1036c5cb6b95c100b1fd37e4c488bfd9eb90c589..653427e3d9c73dc3011c8033faff464753e7c55a 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
+
 #include <drv/timer.h>
 #include <drv/ser.h>
 
index b4ebd8ed9dbe7e7b7a754ee08c5752c2580ba76b..ff8b2f129e36069b60e258c23896f9f0143f5a47 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>
 
index f40e46b084c1be3661896025ff2c19493dd516d0..251b987afdf62fb9c87d5017211aeb329ce92c70 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 
 static void init(void)
index 1085e6adbed52b6a745ab0ea3f43743e16629cfa..2ccb10b1d5447d20a957ed600d40039882e260b3 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>
 
index 1036c5cb6b95c100b1fd37e4c488bfd9eb90c589..1b6b79a690f8d1d2de1a158de703243f4f7252b9 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
 
index b4ebd8ed9dbe7e7b7a754ee08c5752c2580ba76b..ff8b2f129e36069b60e258c23896f9f0143f5a47 100644 (file)
  * continues to monitor the stack utilization of all the processes.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>
+
 #include <kern/proc.h>
 #include <kern/monitor.h>