summaryrefslogtreecommitdiff
path: root/Mode/Mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mode/Mode.h')
-rw-r--r--Mode/Mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mode/Mode.h b/Mode/Mode.h
index 1254a9e..ac5d839 100644
--- a/Mode/Mode.h
+++ b/Mode/Mode.h
@@ -42,6 +42,7 @@ class Mode {
ButtonHandler* _buttons;
uint32_t _index;
osThreadId _main_id;
+ static const char* _file_name;
};
#endif