From f78def533fc429b156f37ef067a5eaf20cc19533 Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Mon, 11 Mar 2024 01:01:48 +0100 Subject: [PATCH] Small fixes --- boards | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards b/boards index d1f36c1..e864619 160000 --- a/boards +++ b/boards @@ -1 +1 @@ -Subproject commit d1f36c19d8d1369ddcf7f08b8faeead04f32fcb4 +Subproject commit e864619f48bb75cfb7d1db3387ffa5897126aa5f diff --git a/src/main.cpp b/src/main.cpp index deac04a..637e763 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ void setup() smartdisplay_init(); - auto disp = lv_disp_get_default(); + __attribute__((unused)) auto disp = lv_disp_get_default(); // lv_disp_set_rotation(disp, LV_DISP_ROT_90); // lv_disp_set_rotation(disp, LV_DISP_ROT_180); // lv_disp_set_rotation(disp, LV_DISP_ROT_270);