Rework Cmd exposed API, use more static and fix [-Wmissing-prototypes], ongoing...

This commit is contained in:
Philippe Teuwen
2019-04-12 00:38:54 +02:00
parent 521add0c51
commit 7d48ad19f9
42 changed files with 865 additions and 872 deletions

View File

@@ -318,3 +318,8 @@ int CmdHelp(const char *Cmd) {
CmdsHelp(CommandTable);
return 0;
}
int demodTI(void) {
return CmdTIDemod("");
}