summaryrefslogtreecommitdiff
path: root/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.h')
-rw-r--r--main/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.h b/main/main.h
index 14a8fb4147..d1870ab8df 100644
--- a/main/main.h
+++ b/main/main.h
@@ -38,6 +38,7 @@
class Main {
static void print_help(const char *p_binary);
static uint64_t last_ticks;
+ static uint32_t hide_print_fps_attempts;
static uint32_t frames;
static uint32_t frame;
static bool force_redraw_requested;