From 03e19b8cdea0ddd28da1a1738c5b62f7f97cd2e0 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 07 一月 2020 13:29:32 +0800
Subject: [PATCH] 修改进程间接口,统一为foo(int, string)

---
 lib/src/main/cpp/driver_test.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/src/main/cpp/driver_test.cpp b/lib/src/main/cpp/driver_test.cpp
index 03fe9d4..a2259d3 100644
--- a/lib/src/main/cpp/driver_test.cpp
+++ b/lib/src/main/cpp/driver_test.cpp
@@ -57,7 +57,7 @@
 static Polygon theTurn90Map;
 static Polygon theSSMap;
 
-#define CAR_COORD_STORE_SIZE        11
+#define CAR_COORD_STORE_SIZE        10
 
 struct car_coord_ {
     uint32_t uptime;

--
Gitblit v1.8.0