mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 10:34:08 +08:00
fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part4
This commit is contained in:
parent
a0bbdb76ca
commit
9d8f56e35d
1 changed files with 0 additions and 3 deletions
|
@ -198,9 +198,6 @@ static void *main_loop(void *targ) {
|
|||
int main(int argc, char* argv[]) {
|
||||
srand(time(0));
|
||||
|
||||
printf("lala: %08"llx"",(uint64_t)0xaabb11223344);
|
||||
return 0;
|
||||
|
||||
if (argc < 2) {
|
||||
printf("syntax: %s <port>\n\n",argv[0]);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue