aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-probe.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-07 14:21:11 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:22 +0100
commit690777986b0efe6a38135ea8f42f392a6320cf77 (patch)
tree38a372d05dc769376d53ced20cc5c43911947663 /src/mm-port-probe.h
parent70103fdef3556551cb282849fb8fb1dbcd102deb (diff)
port-probe: refactor AT command handling
Make it use a GVariant in the response processor, as the AT command handling in the MMBaseModem.
Diffstat (limited to 'src/mm-port-probe.h')
-rw-r--r--src/mm-port-probe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-probe.h b/src/mm-port-probe.h
index bfb214e4..b6395428 100644
--- a/src/mm-port-probe.h
+++ b/src/mm-port-probe.h
@@ -23,7 +23,7 @@
#define G_UDEV_API_IS_SUBJECT_TO_CHANGE
#include <gudev/gudev.h>
-#include "mm-port-probe-at-command.h"
+#include "mm-port-probe-at.h"
#include "mm-at-serial-port.h"
#define MM_TYPE_PORT_PROBE (mm_port_probe_get_type ())