diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-11 17:06:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-11 17:06:33 +0000 |
commit | 105f342d843e7ea4154d72753a17532fd9f31f5d (patch) | |
tree | c3efd56f88db4a3b5adc45bfe670ce09a51cc2a3 /os | |
parent | 88a1e9443e23ce43f8e2d33f7bb535ab1d16ffaa (diff) | |
download | ChibiOS-105f342d843e7ea4154d72753a17532fd9f31f5d.tar.gz ChibiOS-105f342d843e7ea4154d72753a17532fd9f31f5d.tar.bz2 ChibiOS-105f342d843e7ea4154d72753a17532fd9f31f5d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4035 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-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
|