Moved encoding and decoding of integers out of bacdcode.c, and now relying on bacint.c. This should also help Feature Request 1532291 for reducing code size.

This commit is contained in:
skarg
2007-07-25 14:56:35 +00:00
parent d527b1a509
commit 5dc0c4c86e
2 changed files with 2 additions and 448 deletions
+1 -2
View File
@@ -541,7 +541,6 @@ void testBACnetUnsigned(Test * pTest)
}
}
#ifdef TEST_BACINT
int main(void)
{
@@ -576,5 +575,5 @@ int main(void)
return 0;
}
#endif /* TEST_DECODE */
#endif /* TEST_BACINT */
#endif /* TEST */