mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Fixed some compile warnings in client, minor tidy up with some dbprintf statements
This commit is contained in:
parent
709a8d3ff0
commit
1e1b303093
6 changed files with 12 additions and 285 deletions
|
@ -19,7 +19,7 @@ DWORD BigBuf[12000];
|
|||
void ReadMem(int addr);
|
||||
void __attribute__((noreturn)) AppMain(void);
|
||||
void SamyRun(void);
|
||||
void DbpIntegers(int a, int b, int c);
|
||||
//void DbpIntegers(int a, int b, int c);
|
||||
void DbpString(char *str);
|
||||
void Dbprintf(const char *fmt, ...);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue