proxmark3/armsrc/Standalone/placeholder.c
2019-07-09 22:49:57 +02:00

10 lines
178 B
C

#include "standalone.h" // standalone definitions
#include "apps.h" // debug statements
void ModInfo(void) {
DbpString(" No standalone mode present");
}
void RunMod() {
}