mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
aa28143e16
commit
3727abd28c
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ typedef enum {
|
||||||
|
|
||||||
extern int CmdFlashMem(const char *Cmd);
|
extern int CmdFlashMem(const char *Cmd);
|
||||||
|
|
||||||
extern int CmdFlashMemRead(const char *cmd);
|
extern int CmdFlashMemRead(const char *Cmd);
|
||||||
extern int CmdFlashMemLoad(const char *cmd);
|
extern int CmdFlashMemLoad(const char *Cmd);
|
||||||
extern int CmdFlashMemSave(const char *cmd);
|
extern int CmdFlashMemSave(const char *Cmd);
|
||||||
extern int CmdFlashMemWipe(const char *Cmd);
|
extern int CmdFlashMemWipe(const char *Cmd);
|
||||||
extern int CmdFlashMemInfo(const char *Cmd);
|
extern int CmdFlashMemInfo(const char *Cmd);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue