Remove stobe macro.
[bertos.git] / bertos / cpu / arm / drv / kdebug_at91.c
index b7e24cd3cc38e7c836543f8aa637f33eaf3635b1..76c9136902f5a7c8daa1ad28e752c4eeacf3edd1 100644 (file)
  */
 
 #include "kdebug_at91.h"
-#include <cfg/macros.h> /* for BV(), DIV_ROUND */
-#include <appconfig.h>
 #include <hw_cpu.h>     /* for CLOCK_FREQ */
 #include <hw_ser.h>     /* Required for bus macros overrides */
 
+#include <appconfig.h>
+#include <cfg/macros.h> /* for BV(), DIV_ROUND */
+
 #include <io/arm.h>
 
 #if CONFIG_KDEBUG_PORT == KDEBUG_PORT_DBGU