mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
remove ON_DEVICE from fileutils
This commit is contained in:
parent
77c86099cc
commit
e8efeacc57
2 changed files with 0 additions and 25 deletions
|
@ -42,9 +42,6 @@
|
|||
#include "commonutil.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
#ifndef ON_DEVICE
|
||||
|
||||
#define PATH_MAX_LENGTH 100
|
||||
|
||||
/**
|
||||
|
@ -612,7 +609,3 @@ int convertOldMfuDump(uint8_t **dump, size_t *dumplen) {
|
|||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
#else //if we're on ARM
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue