examples/DS401_Master/TestMaster.c
changeset 422 43a4d6deb007
parent 369 8b67289d50b5
equal deleted inserted replaced
421:6221b4db8c42 422:43a4d6deb007
    52 /**************************************************************************/
    52 /**************************************************************************/
    53 /* Array of message processing information */
    53 /* Array of message processing information */
    54 
    54 
    55 const UNS8 TestMaster_iam_a_slave = 0;
    55 const UNS8 TestMaster_iam_a_slave = 0;
    56 
    56 
    57 TIMER_HANDLE TestMaster_heartBeatTimers[1] = {TIMER_NONE,};
    57 TIMER_HANDLE TestMaster_heartBeatTimers[1] = {TIMER_NONE};
    58 
    58 
    59 /*
    59 /*
    60 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
    60 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
    61 
    61 
    62                                OBJECT DICTIONARY
    62                                OBJECT DICTIONARY