Fix build fail on develop branch (#8043)

This commit is contained in:
WillyJL 2025-09-19 19:00:59 +02:00 committed by GitHub
parent edb250e782
commit 3a63a56cff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#include "gps/RTC.h"
#include "graphics/ScreenFonts.h"
#include "graphics/SharedUIDisplay.h"
#include "graphics/draw/UIRenderer.h"
#include "graphics/emotes.h"
#include "graphics/images.h"
#include "main.h"

View File

@ -85,7 +85,6 @@ class menuHandler
static void powerMenu();
static void FrameToggles_menu();
static void textMessageMenu();
static void FrameToggles_menu();
private:
static void saveUIConfig();