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