summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2return_codes.h')
-rw-r--r--firmware/2lib/include/2return_codes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 3a50f949..4abe16a7 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -731,9 +731,12 @@ enum vb2_return_code {
/* Error setting vendor data (see: VbExSetVendorData). */
VB2_ERROR_EX_SET_VENDOR_DATA,
- /* The memory test is running. */
+ /* The memory test is running but the output buffer was unchanged. */
VB2_ERROR_EX_DIAG_TEST_RUNNING,
+ /* The memory test is running and the output buffer was updated. */
+ VB2_ERROR_EX_DIAG_TEST_UPDATED,
+
/* The memory test initialization failed. */
VB2_ERROR_EX_DIAG_TEST_INIT_FAILED,