Corrected unit test for src/event.c.

This commit is contained in:
skarg
2009-07-24 20:49:05 +00:00
parent f8bd6c71d6
commit f85519c9e1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -972,7 +972,7 @@ void testBaseEventState(
void testEventEventState(
Test * pTest)
{
uint8_t buffer[1000];
uint8_t buffer[MAX_APDU];
int inLen;
int outLen;
BACNET_CHARACTER_STRING messageText;