fix few missing declarations -> static or add include file
This commit is contained in:
@@ -426,7 +426,7 @@ static int CmdLfNedapGen(const char *Cmd) {
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
int CmdLFNedapClone(const char *Cmd) {
|
||||
static int CmdLFNedapClone(const char *Cmd) {
|
||||
uint8_t max;
|
||||
uint32_t blocks[5] = {0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user