mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07: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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CmdVikingSim(static char *Cmd) {
|
int CmdVikingSim(const char *Cmd) {
|
||||||
uint32_t id = 0;
|
uint32_t id = 0;
|
||||||
uint64_t rawID = 0;
|
uint64_t rawID = 0;
|
||||||
uint8_t clk = 32, encoding = 1, separator = 0, invert = 0;
|
uint8_t clk = 32, encoding = 1, separator = 0, invert = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue