git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4035 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
88a1e9443e
commit
105f342d84
|
@ -97,8 +97,6 @@ static char *ftoa(char *p, double num) {
|
||||||
* - <b>c</b> character.
|
* - <b>c</b> character.
|
||||||
* - <b>s</b> string.
|
* - <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] chp pointer to a @p BaseChannel implementing object
|
||||||
* @param[in] fmt formatting string
|
* @param[in] fmt formatting string
|
||||||
|
|
Loading…
Reference in New Issue