From 105f342d843e7ea4154d72753a17532fd9f31f5d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 11 Mar 2012 17:06:33 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4035 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/chprintf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/various/chprintf.c b/os/various/chprintf.c index d7472b3a4..1b2c3329c 100644 --- a/os/various/chprintf.c +++ b/os/various/chprintf.c @@ -97,8 +97,6 @@ static char *ftoa(char *p, double num) { * - c character. * - s string. * . - * @note Floating point types are not implemented, this function is meant - * as a system utility and not a full implementation. * * @param[in] chp pointer to a @p BaseChannel implementing object * @param[in] fmt formatting string