diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-13 12:27:45 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:05 +0100 |
commit | f8cc4114adab326b19efcbf3a10f0755cb172eca (patch) | |
tree | 7a8bb75c0b079f2bdc39f20aebc418bb6afc4703 /src/tests | |
parent | 44e5ebfec3e4a0d469afb30db8bb84dfa0ad8bfd (diff) |
qcdm-serial-port: no need to pass port type when creating the object
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test-qcdm-serial-port.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/test-qcdm-serial-port.c b/src/tests/test-qcdm-serial-port.c index ab695977..db16f343 100644 --- a/src/tests/test-qcdm-serial-port.c +++ b/src/tests/test-qcdm-serial-port.c @@ -477,4 +477,3 @@ int main (int argc, char **argv) return result; } - |