revert printf

This commit is contained in:
iceman1001 2019-10-16 15:45:52 +02:00
parent aa46570208
commit ce4711cc13

View file

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