X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ftext_format.c;h=445254c88a2ea7c6d787be49f1e3ab97c07c5a79;hb=875722f77f53feac486846eda583931965929841;hp=50b6cf11a11121e3c268c8a4229b3e21f58a968b;hpb=8ae4e430b21973bae9a6bc26b6fd5e08bd07c4c7;p=bertos.git diff --git a/bertos/gfx/text_format.c b/bertos/gfx/text_format.c index 50b6cf11..445254c8 100644 --- a/bertos/gfx/text_format.c +++ b/bertos/gfx/text_format.c @@ -36,6 +36,10 @@ * \author Stefano Fedrigo * * \brief printf-family routines for text output + * + * $WIZ$ module_name = "text_format" + * $WIZ$ module_depends = "sprintf", "formatwr", "text" + * $WIZ$ module_harvard = "both" */ #include "text.h"