From df5197b89cdb3a60f156f59ac65deb305db748b1 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 19 Oct 2010 13:22:32 +0000 Subject: [PATCH] added comments --- bacnet-stack/ports/bdk-atxx4-mstp/timer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacnet-stack/ports/bdk-atxx4-mstp/timer.c b/bacnet-stack/ports/bdk-atxx4-mstp/timer.c index 4dcd5969..384c7161 100644 --- a/bacnet-stack/ports/bdk-atxx4-mstp/timer.c +++ b/bacnet-stack/ports/bdk-atxx4-mstp/timer.c @@ -26,6 +26,8 @@ #include "timer.h" /* generic elapsed timer handling */ +/* interval not to exceed 49.7 days */ +/* interval of 1ms may be 0 to 1ms */ /************************************************************************* * Description: Sets the start time for an elapsed timer