yy1717
2020-05-25 a3c194e003b0cfb272e153ff11c510e02c5f72cd
lib/src/main/cpp/rtk_platform/platform.cpp
@@ -24,6 +24,7 @@
#include "../test_common/car_sensor.h"
#include "../test_items2/stop_car.h"
#include "../test_items2/operate_gear.h"
#include "../test_items2/drive_straight.h"
#define PARSE_BUFF_SIZE         4096
@@ -440,6 +441,7 @@
        DummyLightTTSDone(*((int *)data));
        StopCarTTSDone(*((int *)data));
        OperateGearTTSDone(*((int *)data));
        DriveStraightTTSDone(*((int *)data));
    }
}