diff -r c74a73474cce -r bc000083297a examples/TestMasterSlave/Master.c --- a/examples/TestMasterSlave/Master.c Tue Apr 29 13:54:23 2008 +0200 +++ b/examples/TestMasterSlave/Master.c Fri May 02 17:30:37 2008 +0200 @@ -66,7 +66,7 @@ } // Step counts number of times ConfigureSlaveNode is called -static init_step = 0; +static int init_step = 0; /*Froward declaration*/ static void ConfigureSlaveNode(CO_Data* d, UNS8 nodeId);