aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/options.h
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-12-20 00:03:33 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-12-20 00:03:33 -0800
commitb669bf98f1bc57672b222c6cdac759d0a30858ed (patch)
tree99c19a5aa83b94fba9df0a88f1c84fcf42a2b771 /include/gwin/options.h
parentf31a1f7f4aeb09bc09d49944daaf2f38fddd94e7 (diff)
parente00f8593e85245a847280dafe10e5a834268557e (diff)
downloaduGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.tar.gz
uGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.tar.bz2
uGFX-b669bf98f1bc57672b222c6cdac759d0a30858ed.zip
Merge pull request #12 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include/gwin/options.h')
-rw-r--r--include/gwin/options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gwin/options.h b/include/gwin/options.h
index 899da5a4..e5e335bb 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -19,7 +19,7 @@
*/
/**
- * @file include/gwin_options.h
+ * @file include/gwin/options.h
* @brief GWIN sub-system options header file.
*
* @addtogroup GWIN
@@ -45,9 +45,9 @@
* @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
+ * ${CHIBIOS}/os/various/chprintf.c
*/
#ifndef GWIN_NEED_CONSOLE
#define GWIN_NEED_CONSOLE FALSE