more code

This commit is contained in:
Hongze Cheng 2023-04-10 14:09:39 +08:00
parent f100a328b4
commit fe4dca9b1e
2 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,7 @@ static int32_t get_current_temp(STsdb *pTsdb, char fname[], EFsEditType etype) {
}
static int32_t save_fs_to_file(struct STFileSystem *pFS, const char *fname) {
cJSON *pJson = NULL;
ASSERTS(0, "TODO: Not implemented yet");
return 0;
}

View File

@ -31,7 +31,6 @@ typedef enum {
TSDB_FTYPE_DATA, // .data
TSDB_FTYPE_SMA, // .sma
TSDB_FTYPE_TOMB, // .tomb
TSDB_FTYPE_MAX, // max file type
TSDB_FTYPE_STT, // .stt
} tsdb_ftype_t;