[ Jira id - ODUHIGH-593 ] Pack and unpack function nomenclature correction
[o-du/l2.git] / src / du_app / du_tmr.h
index 54aced7..c2bf22f 100644 (file)
 ################################################################################
 *******************************************************************************/
 
-#define DU_TIMER_RESOLUTION 1
 #define DU_TQ_SIZE 2
 
 short int duActvTmr(Ent ent,Inst inst); 
 bool duChkTmr(PTR cb, int16_t tmrEvnt);
 void duStartTmr(PTR cb, int16_t tmrEvnt, uint32_t timerValue);
-
+void duStopTmr(PTR cb, uint8_t tmrType);
 /**********************************************************************
   End of file
  **********************************************************************/