'hf 14b' formatting

* renaming a few functions
* whitespace
* moving a bit towards RRG repo
This commit is contained in:
pwpiwi 2019-10-22 21:02:02 +02:00
parent c41dd5f9f6
commit a334de73d2
3 changed files with 226 additions and 179 deletions

View file

@ -21,6 +21,6 @@ int CmdHF14BSnoop(const char *Cmd);
int CmdSri512Read(const char *Cmd);
int CmdSrix4kRead(const char *Cmd);
int CmdHF14BWrite( const char *cmd);
int HF14BInfo(bool verbose);
int infoHF14B(bool verbose);
#endif