From 885ebe6904c2e541086b7953d997cfece9f73091 Mon Sep 17 00:00:00 2001 From: key Date: Sun, 6 Mar 2022 17:40:07 +0100 Subject: [PATCH] Timer.c : Added ToDo s --- bsl/csl/interfaces/timer.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bsl/csl/interfaces/timer.h b/bsl/csl/interfaces/timer.h index 0d453f1..b5f7baa 100644 --- a/bsl/csl/interfaces/timer.h +++ b/bsl/csl/interfaces/timer.h @@ -10,11 +10,8 @@ * **Detailed Description :** * This the timer interface and belongs to the interface layer * -* @todo Following functions are to be implmented : -* timerSetHz -* timerSetMs -* timerSetNs -* timerSetPs +* @todo 06.03.22 Following functions are to be implmented : timerSetHz / timerSetMs / timerSetNs / timerSetPs +* @todo 06.03.22 Create all the posssible timerInitxxxxxxx versions Ex. timerInitPWM(). ************************************************************************************************** */