diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-01-08 18:15:20 -0800 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-01-08 18:15:20 -0800 |
commit | 8b5c073ea6f8491ce4176fb2996f74b3222f8188 (patch) | |
tree | eab4bb57fd18e53b85e0d2a8736e0ce5ce5abe86 /include/gwin/options.h | |
parent | 2c5d5c51183fbdb01f24afdbb5d29dbf00f4f836 (diff) | |
parent | 7a66e63849f43aae17fb256afadc475ffc578945 (diff) | |
download | uGFX-8b5c073ea6f8491ce4176fb2996f74b3222f8188.tar.gz uGFX-8b5c073ea6f8491ce4176fb2996f74b3222f8188.tar.bz2 uGFX-8b5c073ea6f8491ce4176fb2996f74b3222f8188.zip |
Merge pull request #13 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include/gwin/options.h')
-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
*/
|