summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'obd2-lib/src/com/android/car/obd2/Obd2Command.java')
-rw-r--r--obd2-lib/src/com/android/car/obd2/Obd2Command.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/obd2-lib/src/com/android/car/obd2/Obd2Command.java b/obd2-lib/src/com/android/car/obd2/Obd2Command.java
index e3366cfd..30fca0c1 100644
--- a/obd2-lib/src/com/android/car/obd2/Obd2Command.java
+++ b/obd2-lib/src/com/android/car/obd2/Obd2Command.java
@@ -172,7 +172,7 @@ public abstract class Obd2Command<ValueType> {
172 * @param <ValueType> The Java type that represents the command's result type. 172 * @param <ValueType> The Java type that represents the command's result type.
173 */ 173 */
174 public static class FreezeFrameCommand<ValueType> extends Obd2Command<ValueType> { 174 public static class FreezeFrameCommand<ValueType> extends Obd2Command<ValueType> {
175 private static final int RESPONSE_MARKER = 0x2; 175 private static final int RESPONSE_MARKER = 0x42;
176 176
177 private int mFrameId; 177 private int mFrameId;
178 178