kernel: fix k_object_free() spelling
This was supposed to match definitions if dynamic objects are turned on. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
ff29d306c9
commit
36e70afcb5
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ static inline void *z_impl_k_object_alloc(enum k_objects otype)
|
|||
*
|
||||
* @param obj
|
||||
*/
|
||||
static inline void k_obj_free(void *obj)
|
||||
static inline void k_object_free(void *obj)
|
||||
{
|
||||
ARG_UNUSED(obj);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue