From 886bf28bb68d7ef61ad05b7b5a8a6764d9158a20 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Thu, 8 Aug 2019 10:21:24 +0200
Subject: [PATCH] added two missing "break" lines

---
 old_protocol.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/old_protocol.c b/old_protocol.c
index 915f85e..0ec6461 100644
--- a/old_protocol.c
+++ b/old_protocol.c
@@ -567,6 +567,7 @@ static int rx_feedback_receiver() {
     case DEVICE_ORION:
     case DEVICE_ORION2:
       ret=3;
+      break;
     default:
       ret=0;
       break;
@@ -591,6 +592,7 @@ static int tx_feedback_receiver() {
     case DEVICE_ORION:
     case DEVICE_ORION2:
       ret=4;
+      break;
     default:
       ret=1;
       break;
-- 
2.45.2