mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
protect TIMER_HEARTBEAT for standalone platforms
This commit is contained in:
parent
bf2e208d6f
commit
8acfb31153
1 changed files with 2 additions and 0 deletions
|
@ -75,7 +75,9 @@ typedef XP_U16 XP_PlayerAddr;
|
|||
typedef enum {
|
||||
TIMER_PENDOWN = 1, /* ARM doesn't like ids of 0... */
|
||||
TIMER_TIMERTICK,
|
||||
#ifdef BEYOND_IR
|
||||
TIMER_HEARTBEAT,
|
||||
#endif
|
||||
|
||||
TIMER_NUM_PLUS_ONE /* must be last */
|
||||
} XWTimerReason;
|
||||
|
|
Loading…
Add table
Reference in a new issue