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