CHG: removed old TRUE/FALSE defines... some left still..

This commit is contained in:
iceman1001 2017-07-27 09:28:43 +02:00
commit 46a0ec7130
21 changed files with 66 additions and 67 deletions

View file

@ -125,7 +125,7 @@ int CmdSecurakeyDemod(const char *Cmd) {
int CmdSecurakeyRead(const char *Cmd) {
//lf_read(true, 8000);
CmdLFRead("s");
getSamples("8000",TRUE);
getSamples("8000",true);
return CmdSecurakeyDemod(Cmd);
}