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
@@ -13,7 +13,7 @@
#define X_ERROR_CODES \
/* Shared errors */ \
X(SUCCESS, NULL) /* operation succeeded / unit loaded. Must be 0 */ \
X(FAILURE, NULL) /* generic error */ \
X(FAILURE, NULL) /* generic error. If returned from a unit handler, does NOT generate a response. */ \
X(INTERNAL_ERROR, NULL) /* a bug */ \
X(LOADING, NULL) /* unit is loading */ \
X(UNKNOWN_COMMAND, NULL) \