From d5a5a32273a4b448d488e9deba6703e06f5c176a Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Thu, 19 Jan 2023 06:53:42 +0000 Subject: [PATCH] [doxygen][src] Fix the comment in rt_custom_object_create Signed-off-by: supperthomas <78900636@qq.com> --- src/object.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/object.c b/src/object.c index b7ccf23725..04e0a03551 100644 --- a/src/object.c +++ b/src/object.c @@ -641,7 +641,6 @@ rt_object_t rt_object_find(const char *name, rt_uint8_t type) * container. * * @param name the specified name of object. - * @param type the type of object * @param data the custom data * @param data_destroy the custom object destroy callback *