forked from len0rd/rockbox
Fix the fix, which managed to make things _worse_
Change-Id: I91b6bc71cf1d5c4cf06d839dfa783cb799756b77
This commit is contained in:
parent
3e32521be5
commit
63691ad106
1 changed files with 1 additions and 1 deletions
|
@ -1025,7 +1025,7 @@ void settings_apply(bool read_disk)
|
|||
usb_charging_enable(global_settings.usb_charging);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_USB_POWER && !defined(USB_NONE) && !defined(SIMULATOR)
|
||||
#if defined(HAVE_USB_POWER) && !defined(USB_NONE) && !defined(SIMULATOR)
|
||||
usb_set_mode(global_settings.usb_mode);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue