corrected bacnet date encoding.

This commit is contained in:
skarg
2004-12-01 19:44:12 +00:00
parent fcf2f3e0b6
commit 2cf5a544de
+1 -1
View File
@@ -878,7 +878,7 @@ int encode_bacnet_date(uint8_t * apdu, int year, int month, int day,
apdu[2] = day;
apdu[3] = wday;
return 3;
return 4;
}
// from clause 20.2.12 Encoding of a Date Value