aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-26 13:53:39 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-26 13:53:57 +1000
commit260f83b94a34b480a8e352c62ccd0e65aa4bc1b3 (patch)
treeb57de64791bc3c5646c39836e7987474efd799c9 /src/ginput
parente6bf4277752ebb282020c4bf67840262879430f1 (diff)
downloaduGFX-260f83b94a34b480a8e352c62ccd0e65aa4bc1b3.tar.gz
uGFX-260f83b94a34b480a8e352c62ccd0e65aa4bc1b3.tar.bz2
uGFX-260f83b94a34b480a8e352c62ccd0e65aa4bc1b3.zip
Doxygen spelling fixes
Diffstat (limited to 'src/ginput')
-rw-r--r--src/ginput/sys_options.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ginput/sys_options.h b/src/ginput/sys_options.h
index b47302a4..1841519c 100644
--- a/src/ginput/sys_options.h
+++ b/src/ginput/sys_options.h
@@ -25,7 +25,7 @@
* @details Defaults to FALSE
* @note Also add a mouse/touch hardware driver to your makefile.
* Eg.
- * include $(GFXLIB)/drivers/ginput/touch/MCU/ginput_lld.mk
+ * include $(GFXLIB)/drivers/ginput/touch/MCU/driver.mk
*/
#ifndef GINPUT_NEED_MOUSE
#define GINPUT_NEED_MOUSE FALSE
@@ -35,7 +35,7 @@
* @details Defaults to FALSE
* @note Also add a keyboard hardware driver to your makefile.
* Eg.
- * include $(GFXLIB)/drivers/ginput/keyboard/XXXX/ginput_lld.mk
+ * include $(GFXLIB)/drivers/ginput/keyboard/XXXX/driver.mk
*/
#ifndef GINPUT_NEED_KEYBOARD
#define GINPUT_NEED_KEYBOARD FALSE
@@ -45,7 +45,7 @@
* @details Defaults to FALSE
* @note Also add a toggle hardware driver to your makefile.
* Eg.
- * include $(GFXLIB)/drivers/ginput/toggle/Pal/ginput_lld.mk
+ * include $(GFXLIB)/drivers/ginput/toggle/Pal/driver.mk
*/
#ifndef GINPUT_NEED_TOGGLE
#define GINPUT_NEED_TOGGLE FALSE
@@ -55,7 +55,7 @@
* @details Defaults to FALSE
* @note Also add a dial hardware driver to your makefile.
* Eg.
- * include $(GFXLIB)/drivers/ginput/dial/analog/ginput_lld.mk
+ * include $(GFXLIB)/drivers/ginput/dial/analog/driver.mk
*/
#ifndef GINPUT_NEED_DIAL
#define GINPUT_NEED_DIAL FALSE
@@ -116,7 +116,7 @@
#endif
/**
* @brief Milliseconds between mouse polls.
- * @details Defaults to 25 millseconds
+ * @details Defaults to 25 milliseconds
* @note How often mice should be polled. More often leads to smoother mouse movement
* but increases CPU usage.
*/
@@ -126,7 +126,7 @@
/**
* @brief Maximum length of CLICK in milliseconds
- * @details Defaults to 300 millseconds
+ * @details Defaults to 300 milliseconds
* @note Mouse down to Mouse up times greater than this are not clicks.
*/
#ifndef GINPUT_MOUSE_CLICK_TIME
@@ -134,7 +134,7 @@
#endif
/**
* @brief Milliseconds to generate a CXTCLICK on a touch device.
- * @details Defaults to 500 millseconds
+ * @details Defaults to 500 milliseconds
* @note If you hold the touch down for longer than this a CXTCLICK is generated
* but only on a touch device.
*/