![]() |
Where is user_routines_fast()?
Does anyone know where user_routines_fast() is? I've searched every file but the library file, and can't find where it's defined, if at all. Reciever.c and Tracker.c both tell me that functions they used are called in user_routines_fast(), but it's not anywhere. What I was thinking was either that we have to make our own user_routines_fast() (Process_Data_From_Local_IO() maybe?)
Anyone have any thoughts, help or suggestions? |
Re: Where is user_routines_fast()?
user_routines_fast is the .c file where Process_Data_From_LocalIO() is located. Process_Data_From_LocalIO() is the function that gets called every cycle from main() in main.c
user_routines_fast() is not a function. |
Re: Where is user_routines_fast()?
Quote:
-Kevin |
Re: Where is user_routines_fast()?
Just to prove I'm not crazy (reciever.c):
Code:
/******************************************************************************* |
| All times are GMT -5. The time now is 00:32. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi