cleaned up c++ comments into c comments
This commit is contained in:
+1
-2
@@ -200,8 +200,7 @@ int rp_ack_decode_service_request(uint8_t * apdu, int apdu_len, /* total length
|
||||
data->array_index = array_value;
|
||||
} else
|
||||
data->array_index = BACNET_ARRAY_ALL;
|
||||
|
||||
/* Tag 3: opening context tag */ */
|
||||
/* Tag 3: opening context tag */
|
||||
if (decode_is_opening_tag_number(&apdu[len], 3)) {
|
||||
/* a tag number of 3 is not extended so only one octet */
|
||||
len++;
|
||||
|
||||
+1
-1
@@ -112,7 +112,7 @@ int wp_decode_service_request(uint8_t * apdu,
|
||||
data->array_index = unsigned_value;
|
||||
} else
|
||||
data->array_index = BACNET_ARRAY_ALL;
|
||||
/* Tag 3: opening context tag */ */
|
||||
/* Tag 3: opening context tag */
|
||||
if (!decode_is_opening_tag_number(&apdu[len], 3))
|
||||
return -1;
|
||||
/* a tag number of 3 is not extended so only one octet */
|
||||
|
||||
Reference in New Issue
Block a user