summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/debug-imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/debug-imx233.c')
-rw-r--r--firmware/target/arm/imx233/debug-imx233.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/imx233/debug-imx233.c b/firmware/target/arm/imx233/debug-imx233.c
index bfc38b20dc..4487952162 100644
--- a/firmware/target/arm/imx233/debug-imx233.c
+++ b/firmware/target/arm/imx233/debug-imx233.c
@@ -940,8 +940,8 @@ bool dbg_hw_info_emi(void)
940 940
941bool dbg_hw_info_audio(void) 941bool dbg_hw_info_audio(void)
942{ 942{
943 static const char *hp_sel[2] = {"DAC", "Line1"}; 943 static const char * const hp_sel[2] = {"DAC", "Line1"};
944 static const char *mux_sel[4] = {"Mic", "Line1", "HP", "Line2"}; 944 static const char * const mux_sel[4] = {"Mic", "Line1", "HP", "Line2"};
945 lcd_setfont(FONT_SYSFIXED); 945 lcd_setfont(FONT_SYSFIXED);
946 946
947 while(1) 947 while(1)
@@ -1171,7 +1171,7 @@ bool dbg_hw_info_button(void)
1171 } 1171 }
1172 else if(MAP[i].periph == IMX233_BUTTON_LRADC) 1172 else if(MAP[i].periph == IMX233_BUTTON_LRADC)
1173 { 1173 {
1174 static const char *op_name[] = 1174 static const char * const op_name[] =
1175 { 1175 {
1176 [IMX233_BUTTON_EQ] = "eq", 1176 [IMX233_BUTTON_EQ] = "eq",
1177 [IMX233_BUTTON_GT] = "gt", 1177 [IMX233_BUTTON_GT] = "gt",