diff options
-rw-r--r-- | include/gwin/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/options.h b/include/gwin/options.h index e5e335bb..6e17e61f 100644 --- a/include/gwin/options.h +++ b/include/gwin/options.h @@ -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
*/
|