Fix warnings on hibyr1/r3proii targets

Change-Id: I7b0331bd8ffd2d919799e88e4556c3e01ff90c46
This commit is contained in:
Solomon Peachy 2025-12-28 10:30:54 -05:00
parent ead839b1c3
commit 4b4f85f0f4

View file

@ -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 */