mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-14 21:58:44 +08:00
9 lines
179 B
C
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() {
|
|
}
|