proxmark3/armsrc/Standalone/placeholder.c

11 lines
166 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");
}
2020-05-10 22:59:38 +08:00
void RunMod(void) {
}