yy1717
2020-03-24 25777013517d1bd398a98504826a417236706af2
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));
    }
}