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 typo

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

+1 -1
+1 -1
firmware/export/config.h
··· 465 465 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ 466 466 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ 467 467 (CONFIG_CPU == PNX0101) || \ 468 - (CONFIG_CPU == S5L8700)) /* Samsing S5L8700: core, plugins, codecs */ 468 + (CONFIG_CPU == S5L8700)) /* Samsung S5L8700: core, plugins, codecs */ 469 469 #define ICODE_ATTR __attribute__ ((section(".icode"))) 470 470 #define ICONST_ATTR __attribute__ ((section(".irodata"))) 471 471 #define IDATA_ATTR __attribute__ ((section(".idata")))