Reorder include.
[bertos.git] / boards / triface / templates / empty / main.c
index 1036c5cb6b95c100b1fd37e4c488bfd9eb90c589..1b6b79a690f8d1d2de1a158de703243f4f7252b9 100644 (file)
  * supported board and proposes an empty main.
  */
 
+#include "hw/hw_led.h"
+
 #include <cfg/debug.h>
+
 #include <cpu/irq.h>
 #include <cpu/power.h>
-#include <hw/hw_led.h>
+
 #include <drv/timer.h>
 #include <drv/ser.h>