summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-16 23:23:25 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-16 23:23:25 -0400
commit2b9c85a41b190c6843000f18b922946bd6bd3bed (patch)
treebc3ea7a222fbe2bbfe6da37586631b504dd70a50 /apps/plugin.c
parent805f5316325eea37a90b5299b4a3ba601077f0a5 (diff)
downloadrockbox-2b9c85a41b190c6843000f18b922946bd6bd3bed.tar.gz
rockbox-2b9c85a41b190c6843000f18b922946bd6bd3bed.zip
storage: Clean up storage_xxxx macros when STORAGE_MULTI is not set
Change-Id: I1652eac1743f4b8b84da08ea5a6d04ac7e17e21d
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 7d40a8db4f..4293d861f9 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -421,8 +421,8 @@ static const struct plugin_api rockbox_api = {
421 read_line, 421 read_line,
422 settings_parseline, 422 settings_parseline,
423 storage_sleep, 423 storage_sleep,
424 storage_spin, 424 STORAGE_FUNCTION(spin),
425 storage_spindown, 425 STORAGE_FUNCTION(spindown),
426#if USING_STORAGE_CALLBACK 426#if USING_STORAGE_CALLBACK
427 register_storage_idle_func, 427 register_storage_idle_func,
428 unregister_storage_idle_func, 428 unregister_storage_idle_func,