From e951f5ab0d9c29f2b57ec84e344d8507681ba1e9 Mon Sep 17 00:00:00 2001 From: skarg Date: Sun, 20 Jan 2008 21:28:32 +0000 Subject: [PATCH] Added todo item. --- bacnet-stack/doc/README.todo | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/doc/README.todo b/bacnet-stack/doc/README.todo index a797ca3b..9558ecde 100644 --- a/bacnet-stack/doc/README.todo +++ b/bacnet-stack/doc/README.todo @@ -30,3 +30,4 @@ S. Fix src/mstp.c so that indent can parse it correctly. T. Add "inline" to static functions that are only used once. U. Modify code to compile with MISRA C rules. V. Change OBJECT_ID to only be 32 bits, and add macro handlers. +W. Add #ifdef for all MAX_ defines so they can be overridden.