Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4209 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
01a811d27f
commit
1606d4ea9f
|
@ -21,6 +21,14 @@
|
|||
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 "ch.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* @file chprintf.h
|
||||
* @brief Mini printf-like functionality.
|
||||
*
|
||||
* @addtogroup event_timer
|
||||
* @addtogroup chprintf
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue