From 1f141a4cd74c1c9b2d13a204da05ad697fa1c4bf Mon Sep 17 00:00:00 2001 From: Julian Picht Date: Tue, 27 Dec 2016 01:16:10 +0100 Subject: fix comment --- src/disambiguator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/disambiguator.c b/src/disambiguator.c index fd541d7..f1d310a 100644 --- a/src/disambiguator.c +++ b/src/disambiguator.c @@ -6,7 +6,7 @@ // The theory behind this disambiguator is, that if we just track all pulses and if one could be a sync pulse, we look back in time, // if we saw as sync pulse X samples ago than it is probably a sync pulse. // -// If the skip flag is set, X is 20000 else X is 400000 +// X can be 20000 or 400000, depending if it came from the master or the slave. // #include "disambiguator.h" -- cgit v1.2.3