Rename projects to insert it into nightly test.
[bertos.git] / bertos / mware / sprintf.c
index a82a9725d3d3f9b0bbce2c6d89415bdcc1118d67..b170ed83a1c1bb6ca2ac8685afb470361529300d 100644 (file)
  *
  * \brief sprintf() implementation based on _formatted_write()
  *
- * \version $Id$
  * \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>