proxmark3/armsrc/Standalone/placeholder.c

11 lines
162 B
C
Raw Normal View History

#include "standalone.h" // standalone definitions
#include "dbprint.h"
void ModInfo(void) {
2019-07-10 04:49:57 +08:00
DbpString(" No standalone mode present");
}
void RunMod() {
}