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
+1 -1
View File
@@ -125,5 +125,5 @@ error_t UU_1WIRE_Search(Unit *unit, bool with_alarm, bool restart,
return priv->searchState.error;
}
return E_FAILURE;
return E_INTERNAL_ERROR;
}