Application/source/uds_modules/uds.c
@@ -575,14 +575,9 @@ } break; case TRANSFER_DATA: if (msg_dlc >= TRANSFER_DATA_MIN_LEN) { result = true; } else { result = false; } result = true; break; case REQUEST_TRANSFER_EXIT: result = true; @@ -1499,6 +1494,7 @@ case DEFAULT: if (UDS_L_Diag_session_e == PROGRAMMING) { UDS_L_Diag_session_e = DEFAULT; UDS_L_tx_msg_buffer[0] = GET_RESPONSE_SERVICE_ID(SESSION_CONTROL); UDS_L_tx_msg_buffer[1] = UDS_L_Diag_session_e; UDS_L_tx_msg_buffer[2] = 0;