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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user