yy1717
2020-01-09 74bb2be0e23e9f2290ff8ecfb6506acf8a070339
lib/src/main/cpp/rtk_platform/platform.cpp
@@ -19,6 +19,7 @@
#include "../master/comm_if.h"
#include "../utils/xconvert.h"
#include "../utils/num.h"
#include "../driver_test.h"
#define PARSE_BUFF_SIZE         4096
@@ -109,9 +110,6 @@
    AppTimer_add(ReqRtkPlatformConfigTimeout, D_SEC(2));
    MA_ReqRtkPlatformConfig();
    MA_ReadMap();
    MA_ReadCar();
}
static void ReqRtkPlatformConfigTimeout(union sigval sig)
@@ -125,6 +123,7 @@
void ConfigPlatform(const rtk_platform_cfg_t *p)
{
    DEBUG("ConfigPlatform");
    AppTimer_delete(ReqRtkPlatformConfigTimeout);
    strcpy(exceptSocket.domain_name, p->domain_name);