From 2c5a828eb12d1a81ff4ef2b9bd1f9648413f1c8c Mon Sep 17 00:00:00 2001 From: Davide Mor <davide.mor@skywarder.eu> Date: Thu, 9 May 2024 15:42:34 +0200 Subject: [PATCH] [Rovie] Fixed pipeline --- src/entrypoints/Groundstation/rovie-groundstation-entry.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/entrypoints/Groundstation/rovie-groundstation-entry.cpp b/src/entrypoints/Groundstation/rovie-groundstation-entry.cpp index a55d62d71..59dba2ff3 100644 --- a/src/entrypoints/Groundstation/rovie-groundstation-entry.cpp +++ b/src/entrypoints/Groundstation/rovie-groundstation-entry.cpp @@ -96,10 +96,6 @@ int main() if (!ok) { printf("[error] Failed to start RIG radio!\n"); - } - - if (!ok) - { errorLoop(); } -- GitLab