mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
create Dbprintf convenience function
This commit is contained in:
parent
4ab6281664
commit
a9bc033bdd
3 changed files with 26 additions and 18 deletions
|
@ -21,6 +21,8 @@ void __attribute__((noreturn)) AppMain(void);
|
|||
void SamyRun(void);
|
||||
void DbpIntegers(int a, int b, int c);
|
||||
void DbpString(char *str);
|
||||
void Dbprintf(const char *fmt, ...);
|
||||
|
||||
void ToSendStuffBit(int b);
|
||||
void ToSendReset(void);
|
||||
void ListenReaderField(int limit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue