Changed all the C++ comments to C comments using comment.sh script.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
int bacapp_encode_application_data(uint8_t * apdu,
|
||||
BACNET_APPLICATION_DATA_VALUE * value)
|
||||
{
|
||||
int apdu_len = 0; // total length of the apdu, return value
|
||||
int apdu_len = 0; /* total length of the apdu, return value */
|
||||
|
||||
if (apdu) {
|
||||
if (value->tag == BACNET_APPLICATION_TAG_NULL)
|
||||
|
||||
Reference in New Issue
Block a user