projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some coverity fixes plus fix fdx help (#328)
[proxmark3-svn]
/
client
/
loclass
/
fileutils.c
diff --git
a/client/loclass/fileutils.c
b/client/loclass/fileutils.c
index 4079dccf80d5b9979f01a25e49d96c0d809be160..e5e5c5b0569270c422c53e83078d738a64f9e106 100644
(file)
--- a/
client/loclass/fileutils.c
+++ b/
client/loclass/fileutils.c
@@
-35,6
+35,7
@@
*
*
****************************************************************************/
*
*
****************************************************************************/
+#ifndef ON_DEVICE
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
@@
-108,3
+109,10
@@
void prnlog(char *fmt, ...)
PrintAndLog(buffer);
}
PrintAndLog(buffer);
}
+#else //if we're on ARM
+void prnlog(char *fmt,...)
+{
+ return;
+}
+
+#endif
Impressum
,
Datenschutz