1
0
Fork 0
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:
Bertrand Songis 2015-11-06 18:46:37 +01:00
parent b1f5ea115c
commit 3a740907bb
4 changed files with 24 additions and 24 deletions

View file

@ -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")) {