From 80190d89df0008fcfed5489e028d7055b0b40f9e Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 22 May 2008 08:38:57 +0000 Subject: [PATCH] Fix warning message. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1323 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/tc520.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/drv/tc520.c b/bertos/drv/tc520.c index b7495ea1..791823f0 100644 --- a/bertos/drv/tc520.c +++ b/bertos/drv/tc520.c @@ -46,7 +46,7 @@ #include #include -#warning This implementation is obsolete. Refactor with KFile interface. +#warning FIXME:This implementation is obsolete. Refactor with KFile interface. #if 0 -- 2.25.1