Explorar el Código

[doxygen][src] Fix the comment in rt_custom_object_create

Signed-off-by: supperthomas <78900636@qq.com>
supperthomas hace 3 años
padre
commit
d5a5a32273
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/object.c

+ 0 - 1
src/object.c

@@ -641,7 +641,6 @@ rt_object_t rt_object_find(const char *name, rt_uint8_t type)
  * container.
  * container.
  *
  *
  * @param name the specified name of object.
  * @param name the specified name of object.
- * @param type the type of object
  * @param data the custom data
  * @param data the custom data
  * @param data_destroy the custom object destroy callback
  * @param data_destroy the custom object destroy callback
  *
  *