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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2return_codes.h b/firmware/2lib/include/2return_codes.h
index 8d69847c..336c11e0 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -774,6 +774,9 @@ enum vb2_return_code {
/* Memory allocation failure */
VB2_ERROR_UI_MEMORY_ALLOC = 0x100c0007,
+ /* Log screen initialization failed */
+ VB2_ERROR_UI_LOG_INIT = 0x100c0008,
+
/**********************************************************************
* Errors generated by host library (non-firmware) start here.
*/