Update BattFS in order to use the new kblock interface.
[bertos.git] / bertos / mware / sprintf.c
index 0b05ce7ba6e3bc2db9a049dcdaf56011d9574ab1..158012fd1834297b36e3e9e7c53b38b1002fa6d6 100644 (file)
  * \brief sprintf() implementation based on _formatted_write()
  *
  * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "sprintf"
+ * $WIZ$ module_depends = "formatwr"
+ * $WIZ$ module_harvard = "both"
  */
 
 #include <mware/formatwr.h>
-#include <mware/pgm.h>
+#include <cpu/pgm.h>
 #include <cfg/compiler.h>
 
 #include <stdio.h>