From 0bad715bd0c2544d44ba978bbe01db64265552b7 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 25 Mar 2009 17:50:07 +0000 Subject: [PATCH] Remove files added only for Wizard module discovery. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2432 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/gfx/text_format.c | 4 ++++ bertos/gfx/text_format.h | 45 ---------------------------------------- 2 files changed, 4 insertions(+), 45 deletions(-) delete mode 100644 bertos/gfx/text_format.h 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" diff --git a/bertos/gfx/text_format.h b/bertos/gfx/text_format.h deleted file mode 100644 index 484f6020..00000000 --- a/bertos/gfx/text_format.h +++ /dev/null @@ -1,45 +0,0 @@ -/** - * \file - * - * - * \version $Id$ - * \author Bernie Innocenti - * \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" - */ - -#warning Not yet implemented, use gfx/text.h \ No newline at end of file -- 2.25.1