lib/src/main/cpp/rtk_platform/platform.cpp
@@ -23,6 +23,7 @@ #include "../driver_test.h" #include "../test_common/car_sensor.h" #include "../test_items2/stop_car.h" #include "../test_items2/operate_gear.h" #define PARSE_BUFF_SIZE 4096 @@ -434,6 +435,7 @@ if (events & PLAY_TTS_DONE_EVT) { DummyLightTTSDone(*((int *)data)); StopCarTTSDone(*((int *)data)); OperateGearTTSDone(*((int *)data)); } }