mirror of
https://github.com/armink/FlashDB.git
synced 2026-08-17 09:01:46 +08:00
[fdb] Fixes to build for IDF w/o errors (#293)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user