From 37e6524203b7a974bddede2f2631015d74ea31b1 Mon Sep 17 00:00:00 2001 From: Julian Picht Date: Tue, 27 Dec 2016 00:15:33 +0100 Subject: implement slave sync pulses --- src/disambiguator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/disambiguator.h') diff --git a/src/disambiguator.h b/src/disambiguator.h index dbd4921..8258a18 100644 --- a/src/disambiguator.h +++ b/src/disambiguator.h @@ -24,8 +24,9 @@ typedef enum { */ typedef enum { P_UNKNOWN = 0, - P_SYNC = 1, + P_MASTER = 1, P_SWEEP = 2, + P_SLAVE = 3, } pulse_type; /** -- cgit v1.2.3