diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-07 13:04:35 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:22 +0100 |
commit | 9b38cd4f5ce68d816aaa5ffd5b90c1982199bcf2 (patch) | |
tree | c7ceb1967b7b6794f35937b4fc2459900fbbd855 /src/mm-at-serial-port.c | |
parent | 64d83737fe8fc2a4a16e61f817e5046f40cb843b (diff) |
serial-port: allow cancelling the response timeout
Diffstat (limited to 'src/mm-at-serial-port.c')
-rw-r--r-- | src/mm-at-serial-port.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-at-serial-port.c b/src/mm-at-serial-port.c index b8347f69..2e851464 100644 --- a/src/mm-at-serial-port.c +++ b/src/mm-at-serial-port.c @@ -297,6 +297,7 @@ mm_at_serial_port_queue_command (MMAtSerialPort *self, buf, TRUE, timeout_seconds, + NULL, (MMSerialResponseFn) callback, user_data); } @@ -321,6 +322,7 @@ mm_at_serial_port_queue_command_cached (MMAtSerialPort *self, buf, TRUE, timeout_seconds, + NULL, (MMSerialResponseFn) callback, user_data); } |