summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 083dddbd74..081bf2f63e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2291,7 +2291,7 @@ bool debug_menu(void)
2291#endif 2291#endif
2292#ifdef HAVE_LCD_BITMAP 2292#ifdef HAVE_LCD_BITMAP
2293#ifdef HAVE_TAGCACHE 2293#ifdef HAVE_TAGCACHE
2294 { "View tagcache info", dbg_tagcache_info }, 2294 { "View database info", dbg_tagcache_info },
2295#endif 2295#endif
2296#if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR) 2296#if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR)
2297 { "View audio thread", dbg_audio_thread }, 2297 { "View audio thread", dbg_audio_thread },