Fixed chprintf documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10035 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1187f7fad4
commit
ba1d408439
|
@ -312,8 +312,7 @@ int chprintf(BaseSequentialStream *chp, const char *fmt, ...) {
|
|||
|
||||
/**
|
||||
* @brief System formatted output function.
|
||||
* @details This function implements a minimal @p vprintf()-like functionality
|
||||
* with output on a @p BaseSequentialStream.
|
||||
* @details This function implements a minimal @p snprintf()-like functionality.
|
||||
* The general parameters format is: %[-][width|*][.precision|*][l|L]p.
|
||||
* The following parameter types (p) are supported:
|
||||
* - <b>x</b> hexadecimal integer.
|
||||
|
|
Loading…
Reference in New Issue