mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
Analog_values renamed to adcValues
This commit is contained in:
parent
b1f5ea115c
commit
3a740907bb
4 changed files with 24 additions and 24 deletions
|
@ -260,7 +260,7 @@ int cliDisplay(const char ** argv)
|
|||
}
|
||||
else if (!strcmp(argv[1], "adc")) {
|
||||
for (int i=0; i<NUMBER_ANALOG; i++) {
|
||||
serialPrint("adc[%d] = %04X", i, Analog_values[i]);
|
||||
serialPrint("adc[%d] = %04X", i, adcValues[i]);
|
||||
}
|
||||
}
|
||||
else if (!strcmp(argv[1], "outputs")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue