From 25777013517d1bd398a98504826a417236706af2 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期二, 24 三月 2020 19:01:29 +0800 Subject: [PATCH] 车辆信号完善,路边停车完善。 --- lib/src/main/cpp/rtk_platform/platform.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/rtk_platform/platform.cpp b/lib/src/main/cpp/rtk_platform/platform.cpp index 4f9f0bb..48af7fa 100644 --- a/lib/src/main/cpp/rtk_platform/platform.cpp +++ b/lib/src/main/cpp/rtk_platform/platform.cpp @@ -22,6 +22,7 @@ #include "../utils/num.h" #include "../driver_test.h" #include "../test_common/car_sensor.h" +#include "../test_items2/stop_car.h" #define PARSE_BUFF_SIZE 4096 @@ -432,6 +433,7 @@ } if (events & PLAY_TTS_DONE_EVT) { DummyLightTTSDone(*((int *)data)); + StopCarTTSDone(*((int *)data)); } } -- Gitblit v1.8.0