Reorder include.
[bertos.git] / boards / stm32-p103 / templates / empty / main.c
index f40e46b084c1be3661896025ff2c19493dd516d0..251b987afdf62fb9c87d5017211aeb329ce92c70 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>
 
 static void init(void)