From 63f7c1fb25fd50d78f7430cb50ae908530529806 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 08 一月 2020 13:08:23 +0800 Subject: [PATCH] 实现rtk平台基础配置 --- lib/src/main/cpp/utils/num.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/utils/num.h b/lib/src/main/cpp/utils/num.h index 45e1937..174d46f 100644 --- a/lib/src/main/cpp/utils/num.h +++ b/lib/src/main/cpp/utils/num.h @@ -9,5 +9,6 @@ long str2int(const uint8_t *s, uint16_t length); bool str2float(double *f, const uint8_t *s, uint16_t length); +int BitCount(uint32_t n); #endif //RTKDRIVERTEST_NUM_H -- Gitblit v1.8.0