diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 16:38:04 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 16:38:28 -0500 |
commit | 9a0b21681c9f2ede882d2ff294190ed2c0603df5 (patch) | |
tree | bcd0c9e09aac44a8e6d7254b1640bb028217b58a /tests | |
parent | 695e488b19d3b6884ccd7ca1010c8180484ccceb (diff) |
Greatly expand API example in README.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.c b/tests/test_core.c index 16863a97..cf8673ae 100644 --- a/tests/test_core.c +++ b/tests/test_core.c @@ -60,7 +60,7 @@ START_TEST (test_send_diag_request) { DiagnosticRequest request = { arbitration_id: 0x7df, - mode: OBD2_MODE_POWERTRAIN_DIAGNOSTIC_REQUEST + mode: OBD2_MODE_EMISSIONS_DTC_REQUEST }; DiagnosticRequestHandle handle = diagnostic_request(&SHIMS, &request, response_received_handler); |