summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2struct.h')
-rw-r--r--firmware/2lib/include/2struct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/2lib/include/2struct.h b/firmware/2lib/include/2struct.h
index 1d5b353f..0a5c1e21 100644
--- a/firmware/2lib/include/2struct.h
+++ b/firmware/2lib/include/2struct.h
@@ -31,7 +31,8 @@ enum vb2_shared_data_flags {
VB2_SD_FLAG_MANUAL_RECOVERY = (1 << 0),
/* Developer mode is enabled */
- /* TODO: should have been VB2_SD_FLAG_DEV_MODE_ENABLED */
+ VB2_SD_FLAG_DEV_MODE_ENABLED = (1 << 1),
+ /* Deprecated name; remove */
VB2_SD_DEV_MODE_ENABLED = (1 << 1),
/*