mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-25 08:05:04 +08:00
fix const vs static...
This commit is contained in:
parent
709665b5d1
commit
d1cea2a4a0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ int CmdVikingClone(const char *Cmd) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int CmdVikingSim(static char *Cmd) {
|
||||
int CmdVikingSim(const char *Cmd) {
|
||||
uint32_t id = 0;
|
||||
uint64_t rawID = 0;
|
||||
uint8_t clk = 32, encoding = 1, separator = 0, invert = 0;
|
||||
|
|
Loading…
Reference in a new issue