X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_tmr.h;h=c2bf22f37b6e04596f2dc5395293ffa6e236c526;hb=refs%2Fchanges%2F49%2F12949%2F3;hp=54aced7119bc369002d8c1556a92e9d0a11d1fbe;hpb=a3796bdbd76c38cd78ed1c9ef5cbf4cee1c355de;p=o-du%2Fl2.git diff --git a/src/du_app/du_tmr.h b/src/du_app/du_tmr.h index 54aced711..c2bf22f37 100644 --- a/src/du_app/du_tmr.h +++ b/src/du_app/du_tmr.h @@ -16,13 +16,12 @@ ################################################################################ *******************************************************************************/ -#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 **********************************************************************/