fix: cfgAddFloat with float params1

This commit is contained in:
Alex Duan 2023-09-23 12:04:41 +08:00
parent ea1fb3a195
commit b9631fee9e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ extern char buildinfo[];
// lossy
extern char tsLossyColumns[];
extern double tsFPrecision;
extern float tsFPrecision;
extern double tsDPrecision;
extern uint32_t tsMaxRange;
extern uint32_t tsCurRange;