experimental ADC front-end with dummy reports

This commit is contained in:
2018-02-04 19:00:57 +01:00
parent 02f69b0e37
commit 260fcc3e65
8 changed files with 284 additions and 38 deletions
+2 -1
View File
@@ -495,7 +495,8 @@ void ureg_deliver_unit_request(TF_Msg *msg)
if (rv == E_SUCCESS) {
if (confirmed) com_respond_ok(msg->frame_id);
}
else {
else if (rv != E_FAILURE) {
// Failure is returned when the handler already sent an error response.
com_respond_error(msg->frame_id, rv);
}
goto quit;