mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix debug printing function, add readmem function
This commit is contained in:
parent
955fc5e2f8
commit
1dff8c42f5
4 changed files with 30 additions and 5 deletions
|
@ -8,6 +8,7 @@
|
|||
#define __APPS_H
|
||||
|
||||
/// appmain.c
|
||||
void ReadMem(int addr);
|
||||
void AppMain(void);
|
||||
void SamyRun(void);
|
||||
void DbpIntegers(int a, int b, int c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue