Use kfile interface.
[bertos.git] / drv / kdebug.c
index 1e20615a59cc8d1a16cd0c84e060ec3be03a2e18..c461b7281cbf2b496ef374119748fbdd082318d4 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-
-#include <cfg/debug.h>
 #include <cpu/irq.h>
 #include <cpu/attr.h>
 #include <cpu/types.h>
+
 #include <cfg/macros.h> /* for BV() */
+#include <cfg/debug.h>
+
 #include <appconfig.h>
 #warning what about these?
 //#include <hw_cpu.h>     /* for CLOCK_FREQ */