Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 May 2008 12:39:59 +0000 (12:39 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 May 2008 12:39:59 +0000 (12:39 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1332 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/kdebug_avr.c

index 35d0645d6867a61485ca708f3f5a3ce333a5fde1..25a2cd09996d9fe774cc0a1802742c353273adc0 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
+#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 <cpu/types.h>
 #include <cpu/attr.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 <avr/io.h>
 
@@ -253,3 +255,4 @@ INLINE void kdbg_hw_init(void)
                #endif
        #endif /* CONFIG_KDEBUG_PORT == 666 */
 }
+