radio,test: fix Coverity warning about dead code

add default in switch instead of using the the END state directly
that is checked before entering the switch. Coverity correctly
reports this as dead code.
This commit is contained in:
Andre Puschmann 2021-10-28 16:06:12 +02:00
parent 8a53a9d35c
commit 229b1eef21
1 changed files with 2 additions and 2 deletions

View File

@ -262,8 +262,8 @@ int main(int argc, char** argv)
continue;
}
break;
case END:
continue;
default:
break;
}
// Prepare reception buffers