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.