feat add SQLite, compile OK

This commit is contained in:
Liu_Weichao
2023-10-25 16:07:23 +08:00
parent 0705bdaf1a
commit dfa6b664ac
30 changed files with 219137 additions and 3 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
time_t time(time_t *t)
{
NULL_PARAM_CHECK(t);
if (NULL == t) {
return 0;
}
time_t current = 0;
#ifdef RESOURCES_RTC