View Single Post
  #4   Spotlight this post!  
Unread 25-01-2004, 16:14
SeanCassidy's Avatar
SeanCassidy SeanCassidy is offline
Antiregistered User
#0263 (Aftershock)
Team Role: Programmer
 
Join Date: Oct 2003
Location: Holtsville, NY
Posts: 37
SeanCassidy is an unknown quantity at this point
Re: Where is user_routines_fast()?

Just to prove I'm not crazy (reciever.c):

Code:
/*******************************************************************************
*
*	FUNCTION:		Timer_1_Int_Handler()
*
*	PURPOSE:		This code is called in response to a timer 1 
*					roll-over interrupt.
*
*	CALLED FROM:	User_Routines_Fast()
*
*	PARAMETERS:		None
*
*	RETURNS:		Nothing
*
*	COMMENTS:		With a 1:4 timer 1 prescaler, this function is 
*					called every 26.21 milliseconds
*
*******************************************************************************/
Heh, thanks for clearing that up.