CHG: move some methods, its easier to read now. Cosmetic change.

This commit is contained in:
iceman1001 2015-10-21 09:07:36 +02:00
commit f82894ba69
2 changed files with 120 additions and 132 deletions

View file

@ -27,4 +27,12 @@ int CmdLFSnoop(const char *Cmd);
int CmdVchDemod(const char *Cmd);
int CmdLFfind(const char *Cmd);
// usages helptext
int usage_lf_cmdread(void);
int usage_lf_read(void);
int usage_lf_snoop(void);
int usage_lf_config(void);
int usage_lf_simfsk(void);
int usage_lf_simask(void);
int usage_lf_simpsk(void);
#endif