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