aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer/gtimer.h
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2016-11-09 16:42:24 +1000
committerinmarket <inmarket@ugfx.org>2016-11-09 16:42:24 +1000
commit7f4bfaadd5ad1bf2feaf0645e429e30cbe8fad18 (patch)
treec997d10e3033bc337528f37eb2c8b23aedcbf3e6 /src/gtimer/gtimer.h
parent545a719db9f706d47d1135c5056faab82e22f230 (diff)
parentcd9e47d6461a05d54458237c5e951b04655efe7d (diff)
downloaduGFX-7f4bfaadd5ad1bf2feaf0645e429e30cbe8fad18.tar.gz
uGFX-7f4bfaadd5ad1bf2feaf0645e429e30cbe8fad18.tar.bz2
uGFX-7f4bfaadd5ad1bf2feaf0645e429e30cbe8fad18.zip
Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX
Diffstat (limited to 'src/gtimer/gtimer.h')
-rw-r--r--src/gtimer/gtimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtimer/gtimer.h b/src/gtimer/gtimer.h
index db740e1c..e818f3e7 100644
--- a/src/gtimer/gtimer.h
+++ b/src/gtimer/gtimer.h
@@ -12,7 +12,7 @@
*
* @brief Module which provides software based timers for user-space applications
*
- * @details The reason why ChibiOS/GFX has it's own timer abstraction is because
+ * @details The reason why uGFX has it's own timer abstraction is because
* virtual timers provided by ChibiOS/RT are interrupt context only.
* While great for what they are designed for, they make coding of the input
* drivers much more complex.