summaryrefslogtreecommitdiff
path: root/util/comm-host.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/comm-host.h')
-rw-r--r--util/comm-host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/comm-host.h b/util/comm-host.h
index 1d3cb9e36d..a30f0f4adc 100644
--- a/util/comm-host.h
+++ b/util/comm-host.h
@@ -30,6 +30,7 @@ enum comm_interface {
COMM_DEV = (1 << 0),
COMM_LPC = (1 << 1),
COMM_I2C = (1 << 2),
+ COMM_SERVO = (1 << 3),
COMM_ALL = -1
};