Fixed spelling errors detected by code-spell utility. (#895)
* Fixed spelling errors detected by code-spell utility. * Fixed cppcheck preprocessorErrorDirective. Suppressed new cppcheck warnings until fixed.
This commit is contained in:
@@ -28,20 +28,20 @@ extern "C" {
|
||||
|
||||
BACNET_STACK_EXPORT
|
||||
int bacapp_encode_credential_authentication_factor(
|
||||
uint8_t *apdu, const BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *caf);
|
||||
uint8_t *apdu, const BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *factor);
|
||||
BACNET_STACK_EXPORT
|
||||
int bacapp_encode_context_credential_authentication_factor(
|
||||
uint8_t *apdu,
|
||||
uint8_t tag,
|
||||
const BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *caf);
|
||||
const BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *factor);
|
||||
BACNET_STACK_EXPORT
|
||||
int bacapp_decode_credential_authentication_factor(
|
||||
const uint8_t *apdu, BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *caf);
|
||||
const uint8_t *apdu, BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *factor);
|
||||
BACNET_STACK_EXPORT
|
||||
int bacapp_decode_context_credential_authentication_factor(
|
||||
const uint8_t *apdu,
|
||||
uint8_t tag,
|
||||
BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *caf);
|
||||
BACNET_CREDENTIAL_AUTHENTICATION_FACTOR *factor);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user