X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Ftext_format.c;h=445254c88a2ea7c6d787be49f1e3ab97c07c5a79;hb=0bad715bd0c2544d44ba978bbe01db64265552b7;hp=50b6cf11a11121e3c268c8a4229b3e21f58a968b;hpb=f212c4cd54cf056d77ea869887341ca6bfaa4c3d;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"