examples/TestMasterSlave/Master.c
changeset 454 bc000083297a
parent 381 854c43cdc24a
child 496 06b489ebe751
equal deleted inserted replaced
453:c74a73474cce 454:bc000083297a
    64 			RW);  /* UNS8 checkAccess */
    64 			RW);  /* UNS8 checkAccess */
    65 					
    65 					
    66 }
    66 }
    67 
    67 
    68 // Step counts number of times ConfigureSlaveNode is called
    68 // Step counts number of times ConfigureSlaveNode is called
    69 static init_step = 0;
    69 static int init_step = 0;
    70 
    70 
    71 /*Froward declaration*/
    71 /*Froward declaration*/
    72 static void ConfigureSlaveNode(CO_Data* d, UNS8 nodeId);
    72 static void ConfigureSlaveNode(CO_Data* d, UNS8 nodeId);
    73 
    73 
    74 /**/
    74 /**/