From: c vw Date: Thu, 8 Aug 2019 08:21:24 +0000 (+0200) Subject: added two missing "break" lines X-Git-Url: https://git.rkrishnan.org/%5B/listings/flags/status?a=commitdiff_plain;h=886bf28bb68d7ef61ad05b7b5a8a6764d9158a20;p=pihpsdr.git added two missing "break" lines --- 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;