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.

emBIOS backports part two: Fix a stupid global variable *instantiation* in a header file, which might have caused all hell of trouble.

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

+2 -2
+2 -2
firmware/target/arm/s5l8700/ipodnano2g/ftl-target.h
··· 31 31 #endif 32 32 33 33 /* Pointer to an info structure regarding the flash type used */ 34 - const struct nand_device_info_type* ftl_nand_type; 34 + extern const struct nand_device_info_type* ftl_nand_type; 35 35 36 36 /* Number of banks we detected a chip on */ 37 - uint32_t ftl_banks; 37 + extern uint32_t ftl_banks; 38 38 39 39 uint32_t ftl_init(void); 40 40 uint32_t ftl_read(uint32_t sector, uint32_t count, void* buffer);