mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08: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 CmdFlashMemRead(const char *cmd);
|
||||
extern int CmdFlashMemLoad(const char *cmd);
|
||||
extern int CmdFlashMemSave(const char *cmd);
|
||||
extern int CmdFlashMemRead(const char *Cmd);
|
||||
extern int CmdFlashMemLoad(const char *Cmd);
|
||||
extern int CmdFlashMemSave(const char *Cmd);
|
||||
extern int CmdFlashMemWipe(const char *Cmd);
|
||||
extern int CmdFlashMemInfo(const char *Cmd);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue