aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer/gtimer.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-11-08 22:01:52 +0100
committerJoel Bodenmann <joel@embedded.pro>2016-11-08 22:01:52 +0100
commit4bafff3ea55b7f7920880b62d5577f06e2fc8125 (patch)
tree412df767178ca4da661be4da8289b345c3a4968f /src/gtimer/gtimer.h
parent379878a013fb1504e045e110a312de8ab17a5c18 (diff)
downloaduGFX-4bafff3ea55b7f7920880b62d5577f06e2fc8125.tar.gz
uGFX-4bafff3ea55b7f7920880b62d5577f06e2fc8125.tar.bz2
uGFX-4bafff3ea55b7f7920880b62d5577f06e2fc8125.zip
Removing old references to ChibiOS/GFX in documentation
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.