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