proxmark3/armsrc/Standalone/placeholder.c
2020-05-11 13:48:57 +02:00

11 lines
166 B
C

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