summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 89b2fcff..c03ba7ac 100644
--- a/firmware/2lib/include/2return_codes.h
+++ b/firmware/2lib/include/2return_codes.h
@@ -766,6 +766,9 @@ enum vb2_return_code {
/* Requested locale not available */
VB2_ERROR_UI_INVALID_LOCALE = 0x100c0006,
+ /* Memory allocation failure */
+ VB2_ERROR_UI_MEMORY_ALLOC = 0x100c0007,
+
/**********************************************************************
* Errors generated by host library (non-firmware) start here.
*/