aboutsummaryrefslogtreecommitdiff
path: root/src/disambiguator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/disambiguator.h')
-rw-r--r--src/disambiguator.h3
1 files changed, 2 insertions, 1 deletions
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;
/**