diff options
-rw-r--r-- | src/uds/uds_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uds/uds_types.h b/src/uds/uds_types.h index 89ae18a7..68d6b6f5 100644 --- a/src/uds/uds_types.h +++ b/src/uds/uds_types.h @@ -73,6 +73,7 @@ typedef enum { NRC_SUCCESS = 0x0, NRC_SERVICE_NOT_SUPPORTED = 0x11, NRC_SUB_FUNCTION_NOT_SUPPORTED = 0x12, + NRC_INCORRECT_LENGTH_OR_FORMAT = 0x13, NRC_CONDITIONS_NOT_CORRECT = 0x22, NRC_REQUEST_OUT_OF_RANGE = 0x31, NRC_SECURITY_ACCESS_DENIED = 0x33, |