From c99a2acecae4c29c0abc09d9b2fd82c5210de4d8 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 11 Feb 2026 13:46:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CanUds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CanUds.c b/CanUds.c index 367f353..3386b04 100644 --- a/CanUds.c +++ b/CanUds.c @@ -634,7 +634,7 @@ static uint16_t Routine_Control_31(tCanUds *env) { case UDS_routine_Check_Programming_Dependancies: return vUDS_routine_Check_Programming_Dependancies(env, udsRoutineControlType); case UDS_routine_eComp_Initialize: - vUDS_routine_eComp_Initialize(env, udsRoutineControlType); + return vUDS_routine_eComp_Initialize(env, udsRoutineControlType); default: return setResponseError(env, UDS_RoutineControl, UDS_error_requestOutOfRange); }