Documentation related fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4209 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-05-18 15:37:58 +00:00
parent 01a811d27f
commit 1606d4ea9f
2 changed files with 9 additions and 1 deletions

View File

@ -21,6 +21,14 @@
Concepts and parts of this file have been contributed by Fabio Utzig. Concepts and parts of this file have been contributed by Fabio Utzig.
*/ */
/**
* @file chprintf.c
* @brief Mini printf-like functionality.
*
* @addtogroup chprintf
* @{
*/
#include <stdarg.h> #include <stdarg.h>
#include "ch.h" #include "ch.h"

View File

@ -22,7 +22,7 @@
* @file chprintf.h * @file chprintf.h
* @brief Mini printf-like functionality. * @brief Mini printf-like functionality.
* *
* @addtogroup event_timer * @addtogroup chprintf
* @{ * @{
*/ */