mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 10:14:34 +08:00
10 lines
166 B
C
10 lines
166 B
C
#include "standalone.h" // standalone definitions
|
|
|
|
#include "dbprint.h"
|
|
|
|
void ModInfo(void) {
|
|
DbpString(" No standalone mode present");
|
|
}
|
|
|
|
void RunMod(void) {
|
|
}
|