From 3d3a5aa436645e5af1a4877338319ff8274e0346 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期四, 19 三月 2020 18:04:46 +0800
Subject: [PATCH] 通相检查
---
lib/src/main/cpp/test_common/car_sensor.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/lib/src/main/cpp/test_common/car_sensor.h b/lib/src/main/cpp/test_common/car_sensor.h
index 290f6bd..749dc26 100644
--- a/lib/src/main/cpp/test_common/car_sensor.h
+++ b/lib/src/main/cpp/test_common/car_sensor.h
@@ -10,7 +10,7 @@
enum {
OBD_SPEED,
ENGINE_RPM,
- SHIFT,
+ GEAR,
TURN_SIGNAL_LAMP,
DIPPED_BEAM_LAMP,
FOG_LAMP,
@@ -36,13 +36,13 @@
FOG_LIGHT,
INSERT_SEATBELT,
ENGINE_START_ACTIVE,
- SHIFT_N,
+ GEAR_N,
SHIFT_R,
- SHIFT_1,
- SHIFT_2,
- SHIFT_3,
- SHIFT_4,
- SHIFT_5
+ GEAR_1,
+ GEAR_2,
+ GEAR_3,
+ GEAR_4,
+ GEAR_5
};
void CarSensorInit(void);
--
Gitblit v1.8.0