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