Removed trailing spaces.
This commit is contained in:
@@ -300,13 +300,13 @@ int bacapp_decode_application_data(
|
|||||||
** Usage: Similar to strtok. Call function the first time with new_apdu and new_adu_len set to apdu buffer
|
** Usage: Similar to strtok. Call function the first time with new_apdu and new_adu_len set to apdu buffer
|
||||||
** to be processed. Subsequent calls should pass in NULL.
|
** to be processed. Subsequent calls should pass in NULL.
|
||||||
**
|
**
|
||||||
** Returns true if a application message is correctly parsed.
|
** Returns true if a application message is correctly parsed.
|
||||||
** Returns false if no more application messages are available.
|
** Returns false if no more application messages are available.
|
||||||
**
|
**
|
||||||
** This function is NOT thread safe.
|
** This function is NOT thread safe.
|
||||||
**
|
**
|
||||||
** Notes: The _safe suffix is there because the function should be relatively safe against buffer overruns.
|
** Notes: The _safe suffix is there because the function should be relatively safe against buffer overruns.
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool bacapp_decode_application_data_safe(
|
bool bacapp_decode_application_data_safe(
|
||||||
|
|||||||
Reference in New Issue
Block a user