* \author Daniele Basile <asterix@develer.com>
*
* $WIZ$ module_name = "randpool"
- * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_depends = "timer", "sprintf"
* $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h"
*/
#include <gfx/gfx.h>
#include <gfx/font.h>
#include <gfx/text.h>
-#include <gfx/text.h>
#include <gfx/gfx_p.h> // FIXME: BM_DRAWPIXEL
* \author Bernie Innocenti <bernie@codewiz.org>
* \author Stefano Fedrigo <aleph@develer.com>
* \version $Id$
+ *
+ * $WIZ$ module_name = "text"
+ * $WIZ$ module_harvard = "both"
*/
#ifndef GFX_TEXT_H
* \version $Id$
*
* \author Giovanni Bajo <rasky@develer.com>
+ *
+ * $WIZ$ module_name = "readline"
+ * $WIZ$ module_depends = "sprintf"
*/