proxmark3/armsrc/Standalone/placeholder.c
2019-04-25 22:40:46 +02:00

9 lines
179 B
C

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