Reorder include.
[bertos.git] / boards / at91sam7x-ek / templates / kernel / main.c
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>