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