summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index d024cc5f2e..eb613fc178 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -34,7 +34,7 @@ int charging_screen(void);
34void charging_splash(void); 34void charging_splash(void);
35#endif 35#endif
36 36
37#ifdef HAVE_MMC 37#if (CONFIG_STORAGE & STORAGE_MMC)
38int mmc_remove_request(void); 38int mmc_remove_request(void);
39#endif 39#endif
40 40