chg printf..

This commit is contained in:
iceman1001 2019-10-16 15:09:20 +02:00
commit 224b03a1f8
2 changed files with 3 additions and 2 deletions

View file

@ -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;
}
}