examples/DS401_Slave_Gui/ObjDict.c
changeset 422 43a4d6deb007
parent 421 6221b4db8c42
equal deleted inserted replaced
421:6221b4db8c42 422:43a4d6deb007
    99 /**************************************************************************/
    99 /**************************************************************************/
   100 /* Array of message processing information */
   100 /* Array of message processing information */
   101 
   101 
   102 const UNS8 ObjDict_iam_a_slave = 1;
   102 const UNS8 ObjDict_iam_a_slave = 1;
   103 
   103 
   104 TIMER_HANDLE ObjDict_heartBeatTimers[3] = {TIMER_NONE,};
   104 TIMER_HANDLE ObjDict_heartBeatTimers[3] = {TIMER_NONE,TIMER_NONE,TIMER_NONE};
   105 
   105 
   106 /*
   106 /*
   107 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
   107 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
   108 
   108 
   109                                OBJECT DICTIONARY
   109                                OBJECT DICTIONARY