fix cppchecker warnings

This commit is contained in:
iceman1001 2021-05-07 12:27:13 +02:00
commit 3fce16b7d9
4 changed files with 26 additions and 28 deletions

View file

@ -39,7 +39,7 @@ bool GetATR(smart_card_atr_t *card_ptr, bool verbose);
// generice functions
void SmartCardAtr(void);
void SmartCardRaw(smart_card_raw_t *packet);
void SmartCardRaw(smart_card_raw_t *p);
void SmartCardUpgrade(uint64_t arg0);
void SmartCardSetBaud(uint64_t arg0);
void SmartCardSetClock(uint64_t arg0);