From 4b4f85f0f41a1e1e6bb0b2c924ea952658e85338 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 28 Dec 2025 10:30:54 -0500 Subject: [PATCH] Fix warnings on hibyr1/r3proii targets Change-Id: I7b0331bd8ffd2d919799e88e4556c3e01ff90c46 --- apps/settings.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/settings.c b/apps/settings.c index 767a320819..56a9a8a425 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -111,6 +111,10 @@ static long lasttime = 0; #include "usb-ibasso.h" #endif +#if (defined(HIBY_R3PROII) || defined(HIBY_R1)) +#include "usb-hiby-gadget.h" +#endif + #ifdef LOGF_ENABLE static char *debug_get_flags(uint32_t flags); #undef DEBUGF /* allow DEBUGF or logf not both */