mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-14 00:53:12 +08:00
revert printf
This commit is contained in:
parent
aa46570208
commit
ce4711cc13
1 changed files with 1 additions and 2 deletions
|
@ -9,13 +9,12 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <stdio.h>
|
||||
#include "ui.h"
|
||||
|
||||
extern "C" void ShowGraphWindow(void) {
|
||||
static int warned = 0;
|
||||
|
||||
if (!warned) {
|
||||
PrintAndLogEx(INFO, "No GUI in this build!");
|
||||
printf("No GUI in this build!\n");
|
||||
warned = 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue