mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 09:13:01 -07:00
Remove duplicate #include stdio.h
This commit is contained in:
parent
4cb4b588c2
commit
42a6a3f87b
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
// 32 bit recover key from 2 nonces
|
// 32 bit recover key from 2 nonces
|
||||||
#include <stdio.h>
|
|
||||||
int main (int argc, char *argv[]) {
|
int main (int argc, char *argv[]) {
|
||||||
|
|
||||||
nonces_t data;
|
nonces_t data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue