From d251242b275b88b951612fb985096a543db91944 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 12 Dec 2024 17:58:12 +0300 Subject: [PATCH] Fix --- Network.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Network.c b/Network.c index 4ec7115..bab570c 100644 --- a/Network.c +++ b/Network.c @@ -1,6 +1,8 @@ // // Created by cfif on 05.06.2024. // +#ifdef UVEOS_ADD_TELEMATICA + #include "Network.h" #include "EgtsOutputCommands.h" #include "SystemDelayInterface.h" @@ -124,4 +126,5 @@ void _Noreturn EgtsProcessing_InfoTask(tEgtsProcessing *env) { SystemDelayMs(1000); } -} \ No newline at end of file +} +#endif \ No newline at end of file