Add hf list 15 (#754)

and refactoring: move all of hf list code to cmdhflist.c
This commit is contained in:
pwpiwi 2019-01-16 09:54:19 +01:00 committed by GitHub
commit 0d2624a0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 641 additions and 651 deletions

View file

@ -13,5 +13,5 @@
int CmdHF(const char *Cmd);
int CmdHFTune(const char *Cmd);
int CmdHFList(const char *Cmd);
#endif