From c89edd49c398805c4954af6917ca3cbefe2aa1b7 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 30 Jul 2020 18:25:41 +0800 Subject: [PATCH] Update tencent_firmware_module_wrapper.h Added note: @param[in] version version string for function 'tos_tf_module_ota_set' --- .../tencent_firmware_module_wrapper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/tencent_firmware_module_wrapper/tencent_firmware_module_wrapper.h b/net/tencent_firmware_module_wrapper/tencent_firmware_module_wrapper.h index 2044989a..4a45439f 100644 --- a/net/tencent_firmware_module_wrapper/tencent_firmware_module_wrapper.h +++ b/net/tencent_firmware_module_wrapper/tencent_firmware_module_wrapper.h @@ -270,7 +270,8 @@ int tos_tf_module_debug_level_set(int log_level); * * @attention None * - * @param[in] mode OTA_DISABLE or OTA_ENABLE + * @param[in] mode OTA_DISABLE or OTA_ENABLE + * @param[in] version version string * * @return errcode */