protect TIMER_HEARTBEAT for standalone platforms

This commit is contained in:
ehouse 2005-07-09 15:27:06 +00:00
parent bf2e208d6f
commit 8acfb31153

View file

@ -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;