summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2ui.h')
-rw-r--r--firmware/2lib/include/2ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2ui.h b/firmware/2lib/include/2ui.h
index 44e24fdd..77c5acf4 100644
--- a/firmware/2lib/include/2ui.h
+++ b/firmware/2lib/include/2ui.h
@@ -78,6 +78,9 @@ struct vb2_screen_state {
uint32_t page_count;
uint32_t current_page;
+ /* For memory check screen. */
+ int test_finished; /* Do not update screen if the content is done */
+
struct vb2_screen_state *prev;
};