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