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 /src | |
parent | 695e488b19d3b6884ccd7ca1010c8180484ccceb (diff) |
Greatly expand API example in README.
Diffstat (limited to 'src')
-rw-r--r-- | src/obd2/obd2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obd2/obd2.h b/src/obd2/obd2.h index a2ea033c..8cdd4a1b 100644 --- a/src/obd2/obd2.h +++ b/src/obd2/obd2.h @@ -73,8 +73,8 @@ typedef enum { typedef struct { uint16_t arbitration_id; uint8_t mode; - bool success; bool completed; + bool success; uint16_t pid; DiagnosticNegativeResponseCode negative_response_code; uint8_t payload[MAX_OBD2_PAYLOAD_LENGTH]; |