aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-13 12:32:07 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:15:05 +0100
commit11962711e4404f0e70973e196b7d473e29f23d73 (patch)
treedd510db04237a471562aeac3a3fae0d72452d4ad /src/mm-port.h
parentf8cc4114adab326b19efcbf3a10f0755cb172eca (diff)
at-serial-port: no need to pass port type when creating the object
We'll just specify the port is AT, not primary or secondary
Diffstat (limited to 'src/mm-port.h')
-rw-r--r--src/mm-port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-port.h b/src/mm-port.h
index 024e8dc1..d84212ed 100644
--- a/src/mm-port.h
+++ b/src/mm-port.h
@@ -31,6 +31,7 @@ typedef enum { /*< underscore_name=mm_port_type >*/
MM_PORT_TYPE_UNKNOWN = 0x0,
MM_PORT_TYPE_AT,
MM_PORT_TYPE_IGNORED,
+ MM_PORT_TYPE_AT,
MM_PORT_TYPE_QCDM,
MM_PORT_TYPE_LAST = MM_PORT_TYPE_QCDM