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.

as3525: Silence portability warning with GCC10+

Change-Id: I66ca05bd7b6029b7699d5534f82efe0c14da1291

+5 -2
+5 -2
firmware/target/arm/as3525/system-target.h
··· 36 36 #define STORAGE_WANTS_ALIGN 37 37 38 38 /* We can use a interrupt-based mechanism on the fuzev2 */ 39 - #define INCREASED_SCROLLWHEEL_POLLING \ 40 - (defined(HAVE_SCROLLWHEEL) && (CONFIG_CPU == AS3525)) 39 + #if (defined(HAVE_SCROLLWHEEL) && (CONFIG_CPU == AS3525)) 40 + #define INCREASED_SCROLLWHEEL_POLLING 1 41 + #else 42 + #define INCREASED_SCROLLWHEEL_POLLING 0 43 + #endif 41 44 42 45 #if INCREASED_SCROLLWHEEL_POLLING 43 46 /* let the timer interrupt twice as often for the scrollwheel polling */