repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
reworked "lf em 4x50 chk" to use dynamic memory for dictionary
[RRG-proxmark3.git]
/
armsrc
/
Standalone
/
placeholder.c
blob
49028e27cc4b097b142eb50b2b4e202c87479386
1
#include
"standalone.h"
// standalone definitions
2
3
#include
"dbprint.h"
4
5
void
ModInfo
(
void
) {
6
DbpString
(
" No standalone mode present"
);
7
}
8
9
void
RunMod
(
void
) {
10
}