Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix warnings on hibyr1/r3proii targets

Change-Id: I7b0331bd8ffd2d919799e88e4556c3e01ff90c46

+4
+4
apps/settings.c
··· 111 111 #include "usb-ibasso.h" 112 112 #endif 113 113 114 + #if (defined(HIBY_R3PROII) || defined(HIBY_R1)) 115 + #include "usb-hiby-gadget.h" 116 + #endif 117 + 114 118 #ifdef LOGF_ENABLE 115 119 static char *debug_get_flags(uint32_t flags); 116 120 #undef DEBUGF /* allow DEBUGF or logf not both */