Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 15:50:13 +0000 (15:50 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 15:50:13 +0000 (15:50 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1301 38d2e660-2303-0410-9eaa-f027e97ec537

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