summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
index e9f626d1c2..745488c9d0 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
@@ -21,8 +21,9 @@
21 21
22#include "system.h" 22#include "system.h"
23#include "button-target.h" 23#include "button-target.h"
24#include "lcd-target.h"
24 25
25bool dbg_hw_target_info(void) 26bool dbg_hw_target_info(void)
26{ 27{
27 return button_debug_screen(); 28 return lcd_debug_screen() && button_debug_screen();
28} 29}