Changed all the C++ comments to C comments using comment.sh script.
This commit is contained in:
@@ -52,7 +52,7 @@ typedef struct BACnet_Who_Has_Data {
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
// encode service - use -1 for limit if you want unlimited
|
||||
/* encode service - use -1 for limit if you want unlimited */
|
||||
int whohas_encode_apdu(uint8_t * apdu, BACNET_WHO_HAS_DATA * data);
|
||||
|
||||
int whohas_decode_service_request(uint8_t * apdu,
|
||||
|
||||
Reference in New Issue
Block a user