From 3d3a5aa436645e5af1a4877338319ff8274e0346 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期四, 19 三月 2020 18:04:46 +0800 Subject: [PATCH] 通相检查 --- lib/src/main/cpp/utils/xconvert.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/utils/xconvert.h b/lib/src/main/cpp/utils/xconvert.h index dbbe7b4..9821df7 100644 --- a/lib/src/main/cpp/utils/xconvert.h +++ b/lib/src/main/cpp/utils/xconvert.h @@ -8,7 +8,7 @@ #include <cstdint> double ConvertKMh2Ms(int kmh); -double ConvertMs2KMs(double ms); +double ConvertMs2KMh(double ms); void ConvertPhoneNum(uint8_t *dst, int length, const char *src); void ConvertHex2String(char *str, const uint8_t *hex, int length); -- Gitblit v1.8.0