examples/TestMasterSlave/TestMaster.c
changeset 422 43a4d6deb007
parent 369 8b67289d50b5
child 466 b71655eca5e2
equal deleted inserted replaced
421:6221b4db8c42 422:43a4d6deb007
    44 /**************************************************************************/
    44 /**************************************************************************/
    45 /* Array of message processing information */
    45 /* Array of message processing information */
    46 
    46 
    47 const UNS8 TestMaster_iam_a_slave = 0;
    47 const UNS8 TestMaster_iam_a_slave = 0;
    48 
    48 
    49 TIMER_HANDLE TestMaster_heartBeatTimers[1] = {TIMER_NONE,};
    49 TIMER_HANDLE TestMaster_heartBeatTimers[1] = {TIMER_NONE};
    50 
    50 
    51 /*
    51 /*
    52 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
    52 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
    53 
    53 
    54                                OBJECT DICTIONARY
    54                                OBJECT DICTIONARY