From 2d6a9d02c77d7e08d4f18ee87d6e3d337b949f47 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期四, 20 八月 2020 19:35:17 +0800
Subject: [PATCH] 坐标

---
 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 9ffd1c0..70cec73 100644
--- a/lib/src/main/cpp/driver_test.cpp
+++ b/lib/src/main/cpp/driver_test.cpp
@@ -578,7 +578,7 @@
                 char buff[128];
 
                 sprintf(buff, "%s锛�%s", NAME[i], VALUE[ cs_temp[i] ]);
-                PlayTTS(buff);
+                PlayTTS(buff, NULL);
             }
         }
 

--
Gitblit v1.8.0