From 0cbe0cb8d6ab56fae79fd757b42b0667d37f48c8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 7 Jul 2016 02:13:02 +0200 Subject: [PATCH] chg: changed comment --- common/lfdemod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lfdemod.c b/common/lfdemod.c index a410fd7c3..8b31f1a4c 100644 --- a/common/lfdemod.c +++ b/common/lfdemod.c @@ -766,7 +766,7 @@ int PyramiddemodFSK(uint8_t *dest, size_t *size) return (int)startIdx; } -// find presco preamble 0x10D in already demoded data +// find nedap preamble in already demoded data int NedapDemod(uint8_t *dest, size_t *size) { //make sure buffer has data if (*size < 128) return -3;