mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Fix warnings on hibyr1/r3proii targets
Change-Id: I7b0331bd8ffd2d919799e88e4556c3e01ff90c46
This commit is contained in:
parent
ead839b1c3
commit
4b4f85f0f4
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue