Updating unit tests.

This commit is contained in:
skarg
2007-10-30 14:08:59 +00:00
parent 63e331a01c
commit e51d11856d
10 changed files with 133 additions and 75 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ int iam_send(uint8_t * buffer)
int bytes_sent = 0;
BACNET_NPDU_DATA npdu_data;
/* if we are forbidden to send, don't send! */
/* are we are forbidden to send? */
if (!dcc_communication_enabled())
return 0;
/* encode the data */