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

Constant badly used, thanks André for the review

This commit is contained in:
bsongis 2014-06-23 14:41:29 +02:00
parent 7b3e661110
commit d2ce28f897

View file

@ -2756,7 +2756,7 @@ void deleteExpoMix(uint8_t expo, uint8_t idx)
memclear(&g_model.expoData[MAX_EXPOS-1], sizeof(ExpoData));
#if defined(PCBTARANIS)
if (!isInputAvailable(input)) {
memclear(&g_model.inputNames[input], sizeof(LEN_INPUT_NAME));
memclear(&g_model.inputNames[input], LEN_INPUT_NAME);
}
#endif
}