fix some calloc bug

1. some calloc fix
2. fix some document error
3. refactor kv API, to be compatible with ota API
This commit is contained in:
daishengdong
2020-04-24 11:58:42 +08:00
parent f6527d2d9a
commit 2e8c8c19e6
19 changed files with 77 additions and 93 deletions

View File

@@ -293,7 +293,7 @@ __API__ void tos_task_yield(void);
* @brief Get current running task.
* Get current running task.
*
* @attention is kernel is not running, you'll get K_NULL
* @attention if kernel is not running, you'll get K_NULL
*
* @param None
*