From ba1d40843994392b6d12f09fb16bee3c23195679 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 11 Jan 2017 12:51:38 +0000 Subject: Fixed chprintf documentation. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10035 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/lib/streams/chprintf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'os/hal') diff --git a/os/hal/lib/streams/chprintf.c b/os/hal/lib/streams/chprintf.c index 4720864cb..5875d3e8a 100644 --- a/os/hal/lib/streams/chprintf.c +++ b/os/hal/lib/streams/chprintf.c @@ -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: * - x hexadecimal integer. -- cgit v1.2.3