1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 11:59:50 +03:00

Cosmetics based on Bertrand's commments

This commit is contained in:
3djc 2017-08-15 17:02:51 +02:00
parent bf600140d3
commit 8cb7031cf6
3 changed files with 3 additions and 3 deletions

View file

@ -382,7 +382,7 @@ char * getSourceString(char * dest, mixsrc_t idx)
else if (idx < MIXSRC_FIRST_TIMER) {
getStringAtIndex(dest, STR_VSRCRAW, idx-MIXSRC_Rud+1-MAX_LOGICAL_SWITCHES-MAX_TRAINER_CHANNELS-MAX_OUTPUT_CHANNELS-MAX_GVARS);
}
else if (idx < MIXSRC_FIRST_TELEM) {
else if (idx <= MIXSRC_LAST_TIMER) {
if(ZEXIST(g_model.timers[idx-MIXSRC_FIRST_TIMER].name)) {
zchar2str(dest,g_model.timers[idx-MIXSRC_FIRST_TIMER].name, LEN_TIMER_NAME);
dest[LEN_TIMER_NAME] = '\0';