mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
imx233: cosmetics
Shorten some text to make the text readable in the debug screen of targets with small LCD (like NWZ-380). In some screens, the only option is to display less information. Change-Id: I78f8f35f7c507de19e5d27a918157504155f2ba6
This commit is contained in:
parent
f182e2df66
commit
030a9da0d7
2 changed files with 27 additions and 17 deletions
|
|
@ -41,13 +41,13 @@
|
|||
static const char *imx233_adc_channel_name[NUM_ADC_CHANNELS] =
|
||||
{
|
||||
[ADC_BATTERY] = "Battery(raw)",
|
||||
[ADC_DIE_TEMP] = "Die temperature(°C)",
|
||||
[ADC_DIE_TEMP] = "Die temp(°C)",
|
||||
[ADC_VDDIO] = "VddIO(mV)",
|
||||
#if IMX233_SUBTARGET >= 3700
|
||||
[ADC_VDD5V] = "Vdd5V(mV)",
|
||||
#endif
|
||||
#ifdef IMX233_BATT_TEMP_SENSOR
|
||||
[ADC_BATT_TEMP] = "Battery temperature(raw)",
|
||||
[ADC_BATT_TEMP] = "Battery temp(raw)",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue