diff options
-rw-r--r-- | os/various/chprintf.c | 2 |
1 files changed, 0 insertions, 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) { * - <b>c</b> character.
* - <b>s</b> 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
|