summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/debug-x1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/debug-x1000.c')
-rw-r--r--firmware/target/mips/ingenic_x1000/debug-x1000.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/debug-x1000.c b/firmware/target/mips/ingenic_x1000/debug-x1000.c
index fe469b1a72..1965b0b74e 100644
--- a/firmware/target/mips/ingenic_x1000/debug-x1000.c
+++ b/firmware/target/mips/ingenic_x1000/debug-x1000.c
@@ -152,6 +152,9 @@ extern bool dbg_fiiom3k_touchpad(void);
152#ifdef HAVE_AXP_PMU 152#ifdef HAVE_AXP_PMU
153extern bool axp_debug_menu(void); 153extern bool axp_debug_menu(void);
154#endif 154#endif
155#ifdef HAVE_CW2015
156extern bool cw2015_debug_menu(void);
157#endif
155 158
156/* Menu definition */ 159/* Menu definition */
157static const struct { 160static const struct {
@@ -170,6 +173,9 @@ static const struct {
170#ifdef HAVE_AXP_PMU 173#ifdef HAVE_AXP_PMU
171 {"Power stats", &axp_debug_menu}, 174 {"Power stats", &axp_debug_menu},
172#endif 175#endif
176#ifdef HAVE_CW2015
177 {"CW2015 debug", &cw2015_debug_menu},
178#endif
173}; 179};
174 180
175static int hw_info_menu_action_cb(int btn, struct gui_synclist* lists) 181static int hw_info_menu_action_cb(int btn, struct gui_synclist* lists)