summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-12-26 02:38:56 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2012-12-26 02:38:56 +0100
commit7fddc2327b8cee7ad8ce1a6d53fe66cde94a0edf (patch)
tree7c1d57e244676d63e97d7d8a2293a7fa9c2243e6 /firmware/target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
parent09e6b890e64312f1d11d2e529d405b4df615b3bd (diff)
downloadrockbox-7fddc2327b8cee7ad8ce1a6d53fe66cde94a0edf.tar.gz
rockbox-7fddc2327b8cee7ad8ce1a6d53fe66cde94a0edf.zip
fuze+: add lcd debug screen (display kind)
Change-Id: I08ffcfb8e4cf516aae1c23740eedf80d2cfcea41
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}