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:
parent
7b3e661110
commit
d2ce28f897
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue