From: asterix Date: Wed, 4 Aug 2010 08:57:48 +0000 (+0000) Subject: Fix for wizard. X-Git-Tag: 2.6.0~256 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4a68ef21f6c7a400bd41f434942683121a0c67b3;p=bertos.git Fix for wizard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4134 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/kern/kfile.c b/bertos/kern/kfile.c index 5bafb52b..4e1a0339 100644 --- a/bertos/kern/kfile.c +++ b/bertos/kern/kfile.c @@ -1,4 +1,45 @@ -// notest: all +/** + * \file + * + * + * \author Daniele Basile + * + * This module is automatically included so no need to include + * in test list. + * notest: all + * + */ -#warning "This file is deprecated, use the new io/kfile.c" -#include +#ifndef WIZ_AUTOGEN + + #warning "This file is deprecated, use the new io/kfile.c" + #include +#endif diff --git a/bertos/kern/kfile.h b/bertos/kern/kfile.h index 806d19ea..9a7cb6b2 100644 --- a/bertos/kern/kfile.h +++ b/bertos/kern/kfile.h @@ -1,2 +1,37 @@ +/** + * \file + * + * notest: all + * + */ + #warning "This file is deprecated, include the new " #include