mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
cppcheck fix name difference declaration/definition
This commit is contained in:
+2
-2
@@ -40,10 +40,10 @@ void pm3_close(pm3_device_t *dev) {
|
||||
}
|
||||
}
|
||||
|
||||
int pm3_console(pm3_device_t *dev, char *Cmd) {
|
||||
int pm3_console(pm3_device_t *dev, char *cmd) {
|
||||
// For now, there is no real device context:
|
||||
(void) dev;
|
||||
return CommandReceived(Cmd);
|
||||
return CommandReceived(cmd);
|
||||
}
|
||||
|
||||
const char *pm3_name_get(pm3_device_t *dev) {
|
||||
|
||||
Reference in New Issue
Block a user