summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/uds/uds_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uds/uds_types.h b/src/uds/uds_types.h
index 66bf7437..4ebc150c 100644
--- a/src/uds/uds_types.h
+++ b/src/uds/uds_types.h
@@ -11,7 +11,7 @@ extern "C" {
// TODO This still doesn't have enough space for the largest possible
// multiframe response. May need to dynamically allocate in the future.
-#define MAX_UDS_RESPONSE_PAYLOAD_LENGTH 255
+#define MAX_UDS_RESPONSE_PAYLOAD_LENGTH 127
#define MAX_UDS_REQUEST_PAYLOAD_LENGTH 7
#define MAX_RESPONDING_ECU_COUNT 8
#define VIN_LENGTH 17