arg names

This commit is contained in:
Philippe Teuwen
2019-04-06 21:46:00 +02:00
parent ebdfba033d
commit 51d6fa13eb
32 changed files with 69 additions and 69 deletions

View File

@@ -40,7 +40,7 @@ int CmdCOTAGDemod(const char *Cmd) {
return -1;
}
setDemodBuf(bits, bitlen, 0);
setDemodBuff(bits, bitlen, 0);
//got a good demod
uint16_t cn = bytebits_to_byteLSBF(bits + 1, 16);