doxygen warning fix

This commit is contained in:
Joel Bodenmann 2012-12-20 23:33:19 +01:00
parent 2df6eaf2fd
commit 9d2f63d4b7

View file

@ -45,7 +45,7 @@
* @details Defaults to FALSE
* @note To use chprintf() for printing in a console window you need to
* include in your application source file...
* #include "chprintf.h"
* \#include "chprintf.h"
* Also in your makefile, as part of your list of C source files, include
* ${CHIBIOS}/os/various/chprintf.c
*/