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.

Put an #ifdef in the technically correct place. No functional change.

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

+1 -1
+1 -1
firmware/usb.c
··· 408 408 #else /* !HAVE_USBSTACK */ 409 409 if(usb_state == USB_INSERTED) 410 410 { 411 - usb_enable(false); 412 411 #if (CONFIG_STORAGE & STORAGE_MMC) 412 + usb_enable(false); 413 413 usb_mmc_countdown = HZ/2; /* re-enable after 0.5 sec */ 414 414 #endif /* STORAGE_MMC */ 415 415 }