1
0
Fork 0
forked from len0rd/rockbox

storage: Clean up storage_xxxx macros when STORAGE_MULTI is not set

Change-Id: I1652eac1743f4b8b84da08ea5a6d04ac7e17e21d
This commit is contained in:
Solomon Peachy 2020-07-16 23:23:25 -04:00
parent 805f531632
commit 2b9c85a41b
3 changed files with 20 additions and 19 deletions

View file

@ -421,8 +421,8 @@ static const struct plugin_api rockbox_api = {
read_line,
settings_parseline,
storage_sleep,
storage_spin,
storage_spindown,
STORAGE_FUNCTION(spin),
STORAGE_FUNCTION(spindown),
#if USING_STORAGE_CALLBACK
register_storage_idle_func,
unregister_storage_idle_func,