summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 32cecc320f..a3970a88a7 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -792,6 +792,7 @@ static const struct plugin_api rockbox_api = {
792#ifdef PLUGIN_USE_IRAM 792#ifdef PLUGIN_USE_IRAM
793 audio_hard_stop, 793 audio_hard_stop,
794#endif 794#endif
795 crc_32r,
795 796
796 /* new stuff at the end, sort into place next time 797 /* new stuff at the end, sort into place next time
797 the API gets incompatible */ 798 the API gets incompatible */