mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 03:29:01 -07: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 <stdio.h>
|
||||||
#include "ui.h"
|
|
||||||
|
|
||||||
extern "C" void ShowGraphWindow(void) {
|
extern "C" void ShowGraphWindow(void) {
|
||||||
static int warned = 0;
|
static int warned = 0;
|
||||||
|
|
||||||
if (!warned) {
|
if (!warned) {
|
||||||
PrintAndLogEx(INFO, "No GUI in this build!");
|
printf("No GUI in this build!\n");
|
||||||
warned = 1;
|
warned = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue