From f212c4cd54cf056d77ea869887341ca6bfaa4c3d Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 25 Mar 2009 17:47:53 +0000 Subject: [PATCH] Remove files added only for Wizard module discovery. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2431 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/mware/hex.h | 1 - bertos/mware/sprintf.c | 4 ++++ bertos/mware/sprintf.h | 45 ------------------------------------------ 3 files changed, 4 insertions(+), 46 deletions(-) delete mode 100644 bertos/mware/sprintf.h diff --git a/bertos/mware/hex.h b/bertos/mware/hex.h index aafc2f12..5e036dfe 100644 --- a/bertos/mware/hex.h +++ b/bertos/mware/hex.h @@ -35,7 +35,6 @@ * \version $Id$ * * \author Bernie Innocenti - * $WIZ$ module_name = "hex" */ #ifndef MWARE_HEX_H diff --git a/bertos/mware/sprintf.c b/bertos/mware/sprintf.c index f6798327..158012fd 100644 --- a/bertos/mware/sprintf.c +++ b/bertos/mware/sprintf.c @@ -34,6 +34,10 @@ * * \version $Id$ * \author Bernie Innocenti + * + * $WIZ$ module_name = "sprintf" + * $WIZ$ module_depends = "formatwr" + * $WIZ$ module_harvard = "both" */ #include diff --git a/bertos/mware/sprintf.h b/bertos/mware/sprintf.h deleted file mode 100644 index 72999ca2..00000000 --- a/bertos/mware/sprintf.h +++ /dev/null @@ -1,45 +0,0 @@ -/** - * \file - * - * - * \brief sprintf() implementation based on _formatted_write() - * - * This file is included in order to supply information for sprintf module - * to the BeRTOS Wizard. - * - * \version $Id$ - * \author Bernie Innocenti - * - * $WIZ$ module_name = "sprintf" - * $WIZ$ module_depends = "formatwr" - * $WIZ$ module_harvard = "both" - */ - -- 2.25.1