summaryrefslogtreecommitdiff
path: root/app/src/display
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/display')
-rw-r--r--app/src/display/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/display/main.c b/app/src/display/main.c
index d64fb2a..3683897 100644
--- a/app/src/display/main.c
+++ b/app/src/display/main.c
@@ -18,7 +18,7 @@ LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);
#define ZMK_DISPLAY_NAME CONFIG_LVGL_DISPLAY_DEV_NAME
-static struct device *display;
+static const struct device *display;
static lv_obj_t *screen;