I added
Code:
/************************************************** *****************************
* FUNCTION NAME: PrintRamString
* PURPOSE: Run 1 loop for autonomous mode 1
* CALLED FROM: anywhere
* ARGUMENTS:
* Input: char State - What is the state of atuonomous
* RETURNS: char - is it finished?
************************************************** *****************************/
char Autonomous_1 (char State) // <---Right Here!
{
//...
}
right after a #include of our stock printf_lib.h. No error. How about if you post your printf_lib.h?