diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp index 85dbfb9a..a9d17b6f 100644 --- a/src/pcu_l1_if.cpp +++ b/src/pcu_l1_if.cpp @@ -630,6 +630,6 @@ int pcu_rx(uint8_t msg_type, struct gsm_pcu_if *pcu_prim) msg_type); rc = -EINVAL; } -; + return rc; }