cppchecker fixes

This commit is contained in:
iceman1001 2021-04-13 08:17:11 +02:00
commit 6eb02c5f8e
4 changed files with 7 additions and 7 deletions

View file

@ -2107,7 +2107,7 @@ void T55xx_ChkPwds(uint8_t flags) {
#endif
uint64_t curr = 0, prev = 0;
uint64_t curr, prev = 0;
int32_t idx = -1;
for (uint32_t i = 0; i < pwd_count; i++) {