Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4208 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1224a467df
commit
2b355b28c2
|
@ -25,6 +25,14 @@
|
|||
for full details of how and when the exception can be applied.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file chprintf.c
|
||||
* @brief Mini printf-like functionality.
|
||||
*
|
||||
* @addtogroup chprintf
|
||||
* @{
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "ch.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
* @file chprintf.h
|
||||
* @brief Mini printf-like functionality.
|
||||
*
|
||||
* @addtogroup event_timer
|
||||
* @addtogroup chprintf
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue