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