[fdb] Fixes to build for IDF w/o errors (#293)

This commit is contained in:
Anuj Deshpande
2024-04-24 20:24:11 +08:00
committed by GitHub
parent 77801ce3e4
commit 86d00aa5fd
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#define FDB_LOG_TAG "[sample][tsdb]"
#ifdef FDB_USING_TIMESTAMP_64BIT
#define __PRITS "ld"
#define __PRITS "lld"
#else
#define __PRITS "d"
#endif