summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 bd969df0c0..a574896d63 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -663,7 +663,7 @@ static bool dbg_hw_info(void)
663 663
664 while (!(action_userabort(TIMEOUT_BLOCK))); 664 while (!(action_userabort(TIMEOUT_BLOCK)));
665 665
666#else 666#elif (CONFIG_PLATFORM & PLATFORM_NATIVE)
667 /* Define this function in your target tree */ 667 /* Define this function in your target tree */
668 return __dbg_hw_info(); 668 return __dbg_hw_info();
669#endif /* CONFIG_CPU */ 669#endif /* CONFIG_CPU */