A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
2
fork

Configure Feed

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

Fix warning on USB_NONE targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28279 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
apps/gui/usb_screen.h
··· 22 22 #define _USB_SCREEN_H_ 23 23 24 24 #ifdef USB_NONE 25 - static inline void gui_usb_screen_run(bool early_usb) {} 25 + #define gui_usb_screen_run(early_usb) do {} while(0) 26 26 #else 27 27 extern void gui_usb_screen_run(bool early_usb); 28 28 #endif