aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/ginput_driver_toggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ginput/ginput_driver_toggle.h')
-rw-r--r--src/ginput/ginput_driver_toggle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ginput/ginput_driver_toggle.h b/src/ginput/ginput_driver_toggle.h
index 0dced07b..01c79546 100644
--- a/src/ginput/ginput_driver_toggle.h
+++ b/src/ginput/ginput_driver_toggle.h
@@ -41,12 +41,12 @@ extern "C" {
unsigned ginput_lld_toggle_getbits(const GToggleConfig *ptc);
/* This routine is provided to low level drivers to wakeup a value read from a thread context.
- * Particularly useful if GINPUT_TOGGLE_POLL_PERIOD = TIME_INFINITE
+ * Particularly useful if GINPUT_TOGGLE_POLL_PERIOD = gDelayForever
*/
void ginputToggleWakeup(void);
/* This routine is provided to low level drivers to wakeup a value read from an ISR
- * Particularly useful if GINPUT_TOGGLE_POLL_PERIOD = TIME_INFINITE
+ * Particularly useful if GINPUT_TOGGLE_POLL_PERIOD = gDelayForever
*/
void ginputToggleWakeupI(void);