From 2a72a238872c5a74d9a1d9323a989acd05552e9f Mon Sep 17 00:00:00 2001 From: mzuther Date: Fri, 23 Mar 2012 19:54:21 +0000 Subject: timer activation: use defines instead of integers for easier reading git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1182 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- timer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'timer.h') diff --git a/timer.h b/timer.h index 3268182..ccfd7c4 100644 --- a/timer.h +++ b/timer.h @@ -28,6 +28,9 @@ #ifndef _TIMER_H_ #define _TIMER_H_ +#define TIMER_ACTIVE 1 +#define TIMER_INACTIVE 0 + #include int timer_add(void (*callback) (void *data), void *data, const int interval, const int one_shot); -- cgit v1.2.3