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.

change order of include headers and at the same time fix warning about the implicit declaration of the _backlight_brightness().

Change-Id: I84ab4db19663d1918aaf5d98d51308d4ad2c4075

+1 -1
+1 -1
firmware/backlight-sw-fading.c
··· 21 21 ****************************************************************************/ 22 22 23 23 #include <stdbool.h> 24 - #include "backlight-target.h" 25 24 #include "config.h" 25 + #include "backlight-target.h" 26 26 #include "system.h" 27 27 #include "backlight.h" 28 28 #include "backlight-sw-fading.h"