Corrected atmega port MS/TP code where APDU size > 255 caused APDU layer to not process packets.

This commit is contained in:
skarg
2008-01-03 18:49:38 +00:00
parent b6d4723ca2
commit 72abef8e1d
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -165,7 +165,6 @@ bool Analog_Value_Write_Property(
{
bool status = false; /* return value */
unsigned int object_index = 0;
unsigned int priority = 0;
int len = 0;
BACNET_APPLICATION_DATA_VALUE value;