From 4bafff3ea55b7f7920880b62d5577f06e2fc8125 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 8 Nov 2016 22:01:52 +0100 Subject: Removing old references to ChibiOS/GFX in documentation --- src/gtimer/gtimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtimer/gtimer.h') 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. -- cgit v1.2.3